My dotfiles...
Find a file
Fernando Schauenburg 0a6ac8fca2 Avoid non-zero exit code at end of .bashrc
The previous syntax caused the last command to evaluate to a non-zero
exit code when .bashrc.local does not exist. This was annoying because
we show a non-zero exit code in the prompt, so the first prompt on every
bash session would show this exit code.
2019-02-18 23:01:01 +01:00
bash Avoid non-zero exit code at end of .bashrc 2019-02-18 23:01:01 +01:00
bin/.local/bin Use stow instead of rcm for deployment 2019-02-16 01:35:04 +01:00
git [bash] add git status to prompt 2019-02-16 03:07:18 +01:00
misc Avoid issues with ctrl-s on the terminal 2019-02-18 22:48:29 +01:00
tmux Use stow instead of rcm for deployment 2019-02-16 01:35:04 +01:00
vim/.vim [vim] use 'kj' to exit insert mode 2019-02-17 02:00:26 +01:00
.gitignore Use stow instead of rcm for deployment 2019-02-16 01:35:04 +01:00
.gitmodules [vim] use standard Unicode in statusline (airline) 2017-02-05 19:36:30 +01:00
README.md Use stow instead of rcm for deployment 2019-02-16 01:35:04 +01:00

Installation

Install using GNU stow:

    cd ~
    git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
    cd .dotfiles
    stow bash # (and/or bin, dircolors, git, ...)