My dotfiles...
Find a file
Fernando Schauenburg 2a6a32e92c Add bash aliases to force ls colored output
This is useful when piping the output of `ls` into `less` or another
pager. However, I added new aliases because making the default ones
force color would cause problems when piping into other commands or
directly to files, since the terminal escape characters would then
clobber the data.
2019-02-24 12:11:51 +01:00
dotfiles Add bash aliases to force ls colored output 2019-02-24 12:11:51 +01: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 Put all dotfiles into one "stow package" 2019-02-18 23:19:28 +01:00

Installation

Install using GNU stow:

    cd
    git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
    cd .dotfiles
    stow dotfiles