Moved scripts to dotbot config for server

main
Guus van Meerveld 2 years ago
parent 71d62725b8
commit eca3fbefc8
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -30,15 +30,9 @@ case $1 in
;;
install-server)
sudo apt install python3 neovim neofetch docker -y
sudo apt install python3 neovim neofetch cmake curl -y
$ROOT/install -c "$DOTFILES/install-server.yaml"
$ROOT/scripts/install-zsh
$ROOT/scripts/chuser
$ROOT/scripts/install-vim
;;
*)

@ -12,6 +12,10 @@
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [scripts/install-zsh, Installing zsh]
- [scripts/chuser, Update shell]
- [scripts/install-vim, Install NeoVim and plugins]
- [curl -fsSL https://get.docker.com | sh, Install Docker]
- create:
- ~/.config