diff --git a/dotfiles b/dotfiles index c23f527..fbd2fc6 100755 --- a/dotfiles +++ b/dotfiles @@ -30,7 +30,7 @@ case $1 in ;; install-server) - sudo apt install python3 neovim neofetch cmake curl python3-dev -y + sudo apt install python3 neovim neofetch cmake curl -y $ROOT/install -c "$DOTFILES/install-server.yaml" ;; diff --git a/scripts/install-vim b/scripts/install-vim index 09254f5..d14ed83 100755 --- a/scripts/install-vim +++ b/scripts/install-vim @@ -4,6 +4,4 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' -nvim +'PlugInstall --sync' +qa - -cd ~/.local/share/nvim/plugged/YouCompleteMe && python3 install.py --all \ No newline at end of file +nvim +'PlugInstall --sync' +qa \ No newline at end of file