dotfiles for hyprland
Compositor: hyprland Bar: waybar Menu: rofi-wayland File Explorer: ranger
GTK Theme: Materia Dark Compact Font: RobotoMono Nerd Font Medium 9.75 Icon Theme: tela-circle-icons-blue (dark)
Other:
- htop
- neofetch
- auto-cpufreq
Install yay:
cd
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
sudo chown -R matthew yay
cd yay
makepkg -si
Install relevant pacman packages:
sudo pacman -S --needed waybar htop neofetch tela-circle-icon-theme-blue ttf-roboto-mono-nerd rofi-wayland materia-gtk-theme grim slurp
Install relevant yay packages:
yay -S auto-cpu-freq clipse
Note, the repo must be cloned at /home/matthew"
cd /home/matthew
git clone https://github.com/mbapple/dots
cd dots
chmod +x restore_configs.sh
./restore_configs.sh
cd /home/matthew/dots
chmod +x backup_configs.sh
./backup_configs.sh
Then commit and push.