These are my personal Dotfiles. The purpose of this Repository is to have all my main configuration in one place and to get things on a new machine up and running as fast as possible.
Setting up my Dotfiles is as simple as running the following commands in the terminal:
DOTFILES_DIR="$HOME/Repos/github.com/nocderechte"
mkdir -p $DOTFILES_DIR
cd $DOTFILES_DIR
git clone https://github.com/NocDerEchte/dotfiles.git
cd dotfilesAfter that run the bootstrap.sh script to set everything up:
./bootstrap.shFeel free to use my Dotfiles as-is or take inspiration for your own setup.