My personal dotfiles.
Based on the excellent dotfiles from Freek and Dries
https://github.com/freekmurze/dotfiles
https://github.com/driesvints/dotfiles
It contains the installation of some basic tools, Mac Apps and some handy aliases and functions.
Backups of settings are done via Mackup.
You can install them by cloning the repository as .dotfiles
in your home directory and running the bootstrap script.
git clone [email protected]:deanlj/dotfiles.git .dotfiles
cd .dotfiles
./bootstrap
The bootstrap script can be run by cd-ing into the .dotfiles
directory and performing this command:
./bootstrap
Feel free to create an issue on this repo if you have any questions about them.