2016-04-28 18:34:00 +00:00
|
|
|
dotfiles
|
|
|
|
====
|
|
|
|
|
|
|
|
Collection of dotfiles, use with [dotfile-manager](https://github.com/seanh/dotfilemanager). Example, with repo clones in ~/sources/
|
|
|
|
|
|
|
|
dotfile-manager link ~ ~/sources/dotfiles
|
|
|
|
dotfile-manager link ~/.config ~/sources/dotfiles/_config
|
|
|
|
dotfile-manager link ~/.vim ~/sources/dotfiles/_vim
|
|
|
|
|
2018-05-20 15:24:12 +00:00
|
|
|
For vim, clone plugins in folder `_vim/bundle`:
|
|
|
|
|
2016-04-28 18:34:00 +00:00
|
|
|
* https://github.com/VundleVim/Vundle.vim.git
|
|
|
|
* https://github.com/scrooloose/nerdtree.git
|
|
|
|
* https://github.com/bling/vim-airline.git
|
|
|
|
* https://github.com/chase/vim-ansible-yaml.git
|
2018-05-20 15:24:12 +00:00
|
|
|
* https://github.com/Quramy/tsuquyomi.git
|
|
|
|
* https://github.com/fatih/vim-go.git
|
|
|
|
* https://github.com/vim-jp/vim-go-extra.git
|
|
|
|
* https://github.com/posva/vim-vue.git
|
|
|
|
* https://github.com/leafgarland/typescript-vim.git
|