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

https://github.com/gbbr/dotfiles


https://github.com/gbbr/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Installation

Follow these steps:

1. Clone this repo and place all the files in your home folder (`cp -r . ~`).
2. Install Vundle:
```
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```
3. Start `vim` and run: `:PluginInstall` followed by `:GoInstallBinaries` (if you want to user vim-go, needs go to be installed)