Add multiple hyprland configs

This commit is contained in:
2024-12-31 09:14:17 -06:00
parent dd6ec627d1
commit 7047650bb8
3 changed files with 14 additions and 3 deletions

View File

@ -10,7 +10,7 @@ gsettings set org.gnome.desktop.session idle-delay 0
# Needed for all installers
sudo dnf update -y
sudo dnf install -y curl git unzip neovim
sudo dnf install -y curl git unzip neovim kitty zoxide
# Run Scripts Required for Application Installs
for script in ~/.local/share/sunhat/sources/*.sh; do source $script; done