Browse Source

refactor modules

refactor/nvim-lua
garritfra 6 years ago
parent
commit
f3b71efeec
  1. 6
      install.sh
  2. 0
      modules/node.sh

6
install.sh

@ -1,7 +1,9 @@
#!/bin/bash
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
echo "✨installing .vimrc✨"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
cp ./rcs/.vimrc $HOME/.vimrc
echo "✨installing .bashrc✨"
@ -12,7 +14,7 @@ echo "✨creating dev workspace✨"
[ -d $HOME/dev ] && echo "dev workspace already exists" || mkdir $HOME/dev
echo "✨installing latest node & npm✨"
source node.sh
source modules/node.sh
if [ $? -eq 0 ]
then

0
node.sh → modules/node.sh

Loading…
Cancel
Save