Update setup/install.sh
parent
b79457eb75
commit
5a8f583c87
|
|
@ -1,4 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
bash ~/Dotfiles/setup/modules/package-managers.sh
|
||||||
|
|
||||||
|
bash ~/Dotfiles/setup/modules/hyprland-packages.sh
|
||||||
|
|
||||||
|
bash ~/Dotfiles/setup/modules/core.sh
|
||||||
|
bash ~/Dotfiles/setup/modules/shell.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
|
||||||
case $doit in
|
case $doit in
|
||||||
hyprland) bash ~/Dotfiles/setup/modules/hyprland.sh ;;
|
hyprland) bash ~/Dotfiles/setup/modules/hyprland.sh ;;
|
||||||
|
|
@ -6,6 +15,4 @@ case $doit in
|
||||||
none) echo "Skipping DE installation" ;;
|
none) echo "Skipping DE installation" ;;
|
||||||
*) echo "please choose a desktop enviroment to install" ;;
|
*) echo "please choose a desktop enviroment to install" ;;
|
||||||
esac
|
esac
|
||||||
bash ~/Dotfiles/setup/modules/core.sh
|
|
||||||
bash ~/Dotfiles/setup/modules/shell.sh
|
|
||||||
bash ~/Dotfiles/setup/modules/zfs.sh
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue