My dotfiles...
Find a file
Fernando Schauenburg c32a0c2ad7 Add --no-folding to stow invocation in README
This is an important option and forgetting it has been causing problems
because entire directories (like .vim) get symlinked and this is
definitely NOT what I want.
2019-06-20 00:39:01 +02:00
dotfiles Add ssh configuration 2019-06-19 23:18:35 +02:00
.gitattributes Add ssh configuration 2019-06-19 23:18:35 +02:00
.gitignore Put all dotfiles into one "stow package" 2019-02-18 23:19:28 +01:00
.gitmodules [vim] use standard Unicode in statusline (airline) 2017-02-05 19:36:30 +01:00
README.md Add --no-folding to stow invocation in README 2019-06-20 00:39:01 +02:00

Installation

Install using GNU stow:

    cd $HOME
    git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
    cd .dotfiles
    stow -v --no-folding dotfiles