diff --git a/setup b/setup index 545d519..cadc4fe 100755 --- a/setup +++ b/setup @@ -24,8 +24,3 @@ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' add_to_file "alias nv='nvim'" "$HOME/.zshrc" -# add_to_file "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" "$HOME/.zshrc" - -#if grep -Fxq "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" -#then -#end diff --git a/setup.sh b/setup.sh deleted file mode 100755 index 66fdfa3..0000000 --- a/setup.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /usr/bin/env bash - -echo "Setting up the stuff..." - -echo "Updating arch" -sudo pacman -Syyu -sudo pacman -S ripgrep fd neovim make stow - - -# tmux plugin manager and theme -git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm -