This commit is contained in:
Thomas Forgione 2026-03-20 17:50:35 +01:00
parent 002c918f45
commit 7cb548eaa1

View File

@ -421,11 +421,15 @@ run() {
# Configure hyprland # Configure hyprland
if [ $should_install_hyprland -eq 1 ]; then if [ $should_install_hyprland -eq 1 ]; then
ln -s $HOME/.config/dotfiles/hypr $HOME/.config/hypr
ln -s $HOME/.config/dotfiles/hypr/waybar $HOME/.config/waybar
touch $HOME/.config/dotfiles/hypr/exec-once.conf if [ ! -d $HOME/.config/hypr ]; then
touch $HOME/.config/dotfiles/hypr/monitors.conf git clone https://gitea.tforgione.fr/tforgione/hypr
fi
ln -s $HOME/.config/hypr/waybar $HOME/.config/waybar
touch $HOME/.config/hypr/exec-once.conf
touch $HOME/.config/hypr/monitors.conf
fi fi
# Configure neovim # Configure neovim