What's in there?
- all my
brew
dependencies including: applications, fonts, etc - all my
macOS
configuration - all my shell configuration
- all my
sublime-text3
configuration
We are using dotbot
to handle any installations. Steps:
- Clone this repo
cd
intodotfiles/
folder- Run
install
script
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:
-
git
1.1
~/.gitconfig_local
to store any user-specific data -
shell
2.1
~/.shell_env_local
to store local shell config, like: username, passwords,gpg
keys and so on