Update setup/install.sh
parent
69a9ba5a20
commit
de10159131
|
|
@ -5,7 +5,6 @@ bash ~/Dotfiles/setup/modules/package-managers.sh
|
||||||
bash ~/Dotfiles/setup/modules/hyprland-packages.sh
|
bash ~/Dotfiles/setup/modules/hyprland-packages.sh
|
||||||
|
|
||||||
bash ~/Dotfiles/setup/modules/core.sh
|
bash ~/Dotfiles/setup/modules/core.sh
|
||||||
bash ~/Dotfiles/setup/modules/shell.sh
|
|
||||||
bash ~/Dotfiles/setup/modules/zfs.sh
|
bash ~/Dotfiles/setup/modules/zfs.sh
|
||||||
|
|
||||||
read -n1 -p "what DE to install? [hyprland,sway,none]" doit
|
read -n1 -p "what DE to install? [hyprland,sway,none]" doit
|
||||||
|
|
@ -16,3 +15,4 @@ case $doit in
|
||||||
*) echo "please choose a desktop enviroment to install" ;;
|
*) echo "please choose a desktop enviroment to install" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
bash ~/Dotfiles/setup/modules/shell.sh
|
||||||
Loading…
Reference in New Issue