https://github.com/gbbr/dotfiles
https://github.com/gbbr/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbbr/dotfiles
- Owner: gbbr
- Created: 2014-10-29T21:09:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T13:34:49.000Z (over 1 year ago)
- Last Synced: 2025-01-28T01:15:23.607Z (4 months ago)
- Language: Shell
- Size: 964 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)