My dotfiles...
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. |
||
---|---|---|
bash | ||
bin/.local/bin | ||
git | ||
misc | ||
tmux | ||
vim/.vim | ||
.gitignore | ||
.gitmodules | ||
README.md |
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, ...)