leeren / dotfiles

dot dot dot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles Management

The recommended way of syncing these dotfiles is using GNU-stow. For Debian-like distributions, you would thus sync with your home directory as follows:

sudo apt install stow
stow vim bash ctags

For submodules, perform symlinks relative to where the submodule should be placed (i.e. in vim/.vim/pack/plugins/start run ln -s ../../../../../submodules/submodule). To update submodules, run git submodule update --remote.

About

dot dot dot


Languages

Language:Vim Script 67.2%Language:Shell 23.2%Language:Vim Snippet 9.3%Language:Python 0.2%