Add multiple hyprland configs
This commit is contained in:
parent
dd6ec627d1
commit
7047650bb8
@ -10,7 +10,7 @@ gsettings set org.gnome.desktop.session idle-delay 0
|
|||||||
|
|
||||||
# Needed for all installers
|
# Needed for all installers
|
||||||
sudo dnf update -y
|
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
|
# Run Scripts Required for Application Installs
|
||||||
for script in ~/.local/share/sunhat/sources/*.sh; do source $script; done
|
for script in ~/.local/share/sunhat/sources/*.sh; do source $script; done
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# Install Zoxide so it doesnt prompt us to when we source bashrc
|
|
||||||
sudo dnf install -y zoxide
|
|
||||||
# Make Directory for all Dotfiles so you can sync them with Nextcloud.
|
# Make Directory for all Dotfiles so you can sync them with Nextcloud.
|
||||||
mkdir ~/Documents/Configs
|
mkdir ~/Documents/Configs
|
||||||
|
|
||||||
@ -29,6 +27,19 @@ rm -rf ~/.config/powerline
|
|||||||
ln -s ~/Documents/Configs/powerline ~/.config/powerline
|
ln -s ~/Documents/Configs/powerline ~/.config/powerline
|
||||||
rm -rf ~/.config/ranger
|
rm -rf ~/.config/ranger
|
||||||
ln -s ~/Documents/Configs/ranger ~/.config/ranger
|
ln -s ~/Documents/Configs/ranger ~/.config/ranger
|
||||||
|
rm -rf ~/.config/hypr
|
||||||
|
rm -rf ~/.config/waybar
|
||||||
|
|
||||||
|
if [ "$HOST_NAME" = "gulfport-gib" || "$HOST_NAME" = "IT2200936" ]; then
|
||||||
|
ln -s ~/Documents/Configs/hyprland/gulfport/hypr ~/.config/hypr
|
||||||
|
ln -s ~/Documents/Configs/hyprland/gulfport/waybar ~/.config/waybar
|
||||||
|
elif [ "$HOST_NAME" = "desktop-gib" || "$HOST_NAME" = "desktop" ]; then
|
||||||
|
ln -s ~/Documents/Configs/hyprland/desktop/hypr ~/.config/hypr
|
||||||
|
ln -s ~/Documents/Configs/hyprland/desktop/waybar ~/.config/waybar
|
||||||
|
else
|
||||||
|
ln -s ~/Documents/Configs/hyprland/laptop/hypr ~/.config/hypr
|
||||||
|
ln -s ~/Documents/Configs/hyprland/laptop/waybar ~/.config/waybar
|
||||||
|
fi
|
||||||
|
|
||||||
# Copy any additional files such as Wallpapers,
|
# Copy any additional files such as Wallpapers,
|
||||||
# Icons, .desktop files, & Nautilus Extensions
|
# Icons, .desktop files, & Nautilus Extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user