Updated dotenv for VIM
This commit is contained in:
14
dotenv.sh
Normal file → Executable file
14
dotenv.sh
Normal file → Executable file
@ -14,5 +14,17 @@ if [ -f "/etc/arch-release" ]; then
|
||||
./scripts/install-arch.sh
|
||||
fi
|
||||
|
||||
# Debian set up
|
||||
if [ -f "/etc/debian_version" ]; then
|
||||
./scripts/install-debian.sh
|
||||
fi
|
||||
|
||||
# Node JS
|
||||
./scripts/install-node.sh
|
||||
source ~/.nvm/nvm.sh
|
||||
source ~/.nvm/nvm.sh
|
||||
|
||||
# Install VIM Settings
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
cp ./scripts/.vimrc ~/.vimrc
|
||||
vim -c "PlugInstall"
|
Reference in New Issue
Block a user