What's in there?
- all my
brewdependencies including: applications, fonts, etc - all my
macOSconfiguration - all my shell configuration
- all my
sublime-text3configuration
We are using dotbot to handle any installations. Steps:
- Clone this repo
cdintodotfiles/folder- Run
installscript
You will need to do some extra steps with sublime. Open an editor and run this command in "Command Palette": Package Control: Satisfy Dependencies. Restart sublime. You are all set!
Some of the used tools requires local configuration. Such as git with username and email.
Here's the full list:
-
git1.1
~/.gitconfig_localto store any user-specific data -
shell2.1
~/.shell_env_localto store local shell config, like: username, passwords,gpgkeys and so on