From eca3fbefc8837e04055dcc112b09b422d6ba3ac4 Mon Sep 17 00:00:00 2001 From: Guusvanmeerveld Date: Sat, 11 Jun 2022 17:35:13 +0200 Subject: [PATCH] Moved scripts to dotbot config for server --- dotfiles | 8 +------- install-server.yaml | 4 ++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dotfiles b/dotfiles index 18b0323..fbd2fc6 100755 --- a/dotfiles +++ b/dotfiles @@ -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 ;; *) diff --git a/install-server.yaml b/install-server.yaml index f8558de..76a71d1 100644 --- a/install-server.yaml +++ b/install-server.yaml @@ -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