Repository for managing and distributing my personal dotfiles across various unix systems.
Folder | Info |
---|---|
bin | Folder symlinked to ~/bin/myconf |
home | Contents symlinked to ~/ |
cd && git clone [email protected]:thomasgruebler/dotfiles.git ~/.myconf && ~/.myconf/bin/myc -i
Don't forget to change your name and email after using the contained .gitconfig
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
The repository was forked from github user flowm, who teached me how to use the command line so efficient. Thanks :)