-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.sh
More file actions
executable file
·42 lines (35 loc) · 1.65 KB
/
init.sh
File metadata and controls
executable file
·42 lines (35 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/bin/sh
# Install yay
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git /tmp/yay
cd /tmp/yay
makepkg -si
cd -
rm -rf /tmp/yay
# Install packages
GOPATH=$HOME/dev/go go install gitea.theedgeofrage.com/theedgeofrage/rpn
# Oh My Zsh
ohmyzsh_dir="$HOME/.config/zsh/oh-my-zsh"
ohmyzsh_custom="${ohmyzsh_dir}/custom"
git clone https://github.com/TheEdgeOfRage/ohmyzsh ${ohmyzsh_dir}
git clone https://github.com/MichaelAquilina/zsh-you-should-use ${ohmyzsh_custom}/plugins/you-should-use
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ${ohmyzsh_custom}/plugins/zsh-autoswitch-virtualenv
git clone https://github.com/zsh-users/zsh-autosuggestions ${ohmyzsh_custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ${ohmyzsh_custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ohmyzsh_custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/TheEdgeOfRage/boban-zsh ${ohmyzsh_custom}/themes/boban
git clone https://github.com/hlissner/zsh-autopair ${ohmyzsh_custom}/plugins/zsh-autopair
# Keyboard layout
sudo patch /usr/share/X11/xkb/symbols/us < ./us_colemak.patch
# SSH agent
sudo pacman -S gcr
systemctl enable --user --now gcr-ssh-agent.socket
# User systemd services
systemctl enable --user --now waybar@config-top
systemctl enable --user --now waybar@config-bottom
systemctl enable --user --now hypridle
systemctl enable --user --now hyprpaper
systemctl enable --user --now hyprpolkitagent
systemctl enable --user app-com.mitchellh.ghostty.service
# Set cursor theme
gsettings set org.gnome.desktop.interface cursor-theme Breeze_Light