Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 648 Bytes

File metadata and controls

28 lines (19 loc) · 648 Bytes

Dotfiles

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.

Setup

Ubuntu

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 dotfiles

After that run the bootstrap.sh script to set everything up:

./bootstrap.sh

Feel free to use my Dotfiles as-is or take inspiration for your own setup.