Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-matyukevich/dotfiles


https://github.com/s-matyukevich/dotfiles

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

### How to install
```
git clone --recursive https://github.com/s-matyukevich/dotfiles.git ~/.vim-sm

ln -s ~/.vim-sm/.vim ~/.vim
ln -s ~/.vim-sm/.vimrc ~/.vimrc

rm -rf ~/.vim/bundle/Vundle.vim
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

vim +PluginInstall +qall
vim +GoInstallBinaries
```