Skip to content

Instantly share code, notes, and snippets.

@takahub1
Last active September 18, 2021 05:56
Show Gist options
  • Save takahub1/8c080a40fb8b0658af94c554ecdd0925 to your computer and use it in GitHub Desktop.
Save takahub1/8c080a40fb8b0658af94c554ecdd0925 to your computer and use it in GitHub Desktop.
#!/bin/sh
#mkdir -p ~/.vim/colors
#echo "setup molokai colorscheme"
#git clone https://github.com/tomasr/molokai ~/.vim/tmp
#mv ~/.vim/tmp/colors/molokai.vim ~/.vim/colors/
#rm -rf ~/.vim/tmp
echo "setup NeoBundle"
mkdir -p ~/.vim/bundle
git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
echo "setup NeoBundoe for comment out"
git clone https://github.com/tyru/caw.vim.git ~/.vim/bundle/caw.vim
echo "setup vimrc"
cd ~/
git clone https://github.com/takahub1/.dotfiles.git
sh ~/.dotfiles/dotfilesLink.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment