Browse Source

autocreate new dev environment

refactor/nvim-lua
garritfra 6 years ago
parent
commit
f81261ea11
  1. 5
      install.sh

5
install.sh

@ -1,5 +1,5 @@
#!/bin/bash
clear
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
echo "installing .vimrc"
@ -9,4 +9,7 @@ echo "installing .bashrc"
cp ./.bashrc $HOME/.bashrc
cp ./.bashrc $HOME/.bash_profile
echo "creating dev workspace"
[ -d $HOME/Documents/dev ] && echo "dev workspace already exists" || mkdir $HOME/Documents/dev echo
echo "installation complete"

Loading…
Cancel
Save