21 lines
743 B
Markdown
21 lines
743 B
Markdown
dotfiles
|
|
====
|
|
|
|
Collection of dotfiles, use with [GNU Stow](https://www.gnu.org/software/stow/), Example: https://venthur.de/2021-12-19-managing-dotfiles-with-stow.html
|
|
|
|
Configuration related to each software are in a dedicated directory, to update all symlinks, run:
|
|
|
|
stow --target=$HOME */
|
|
|
|
For vim, clone plugins in folder `_vim/bundle`:
|
|
|
|
* 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
|
|
* 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
|