My personal bash dotfiles
| installers | ||
| locale | ||
| nano | ||
| res | ||
| ssh | ||
| bash_aliases | ||
| bash_color | ||
| convenience_script.sh | ||
| install.sh | ||
| LICENSE | ||
| motd.sh | ||
| nanorc | ||
| README.md | ||
Dotfiles
This directory contains my commonly used dotfiles - including aliases, bash configuration and all that CLI sugar.
Install
git clone https://github.com/TurtleException/dotfiles ~/.dotfiles && bash ~/.dotfiles/install.sh
or you can use the convenience-script:
curl -fsSL https://dotfiles.turtleboi.de | bash