Skip to content

Instantly share code, notes, and snippets.

@maka-io
Last active August 20, 2021 13:19
Show Gist options
  • Save maka-io/da04eb71ddf9a24b600f9e8815e96474 to your computer and use it in GitHub Desktop.
Save maka-io/da04eb71ddf9a24b600f9e8815e96474 to your computer and use it in GitHub Desktop.
# Default setup for vim
git clone https://gist.github.com/861462c928b1a0bcdeea8dcb5f75ffed.git ~/maka-env/vimrc
mv ~/maka-env/vimrc/.vimrc ~/.vimrc
rm -rf ~/maka-env/vimrc
rm -rf ~/.vim/autoload
rm -rf ~/.vim/bundle
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
git clone https://github.com/tpope/vim-sensible.git ~/.vim/bundle/vim-sensible
git clone https://github.com/pangloss/vim-javascript.git ~/.vim/bundle/vim-javascript
git clone https://github.com/MaxMEllon/vim-jsx-pretty.git ~/.vim/bundle/vim-jsx-pretty
git clone https://github.com/tomtom/tcomment_vim ~/.vim/bundle/vim-tcomment
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
git clone https://github.com/jparise/vim-graphql.git ~/.vim/bundle/vim-graphql
git clone https://github.com/leafgarland/typescript-vim.git ~/.vim/bundle/typescript-vim
git clone https://github.com/Xuyuanp/nerdtree-git-plugin.git ~/.vim/bundle/nerdtree-git-plugin
rm -rf ~/maka-env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment