Run./setup.sh
to setup.
You will be able to choose what to install throughy/n
prompts.
For iTerm2 configuration, under Preferences -> General, check "Load preferences from a custom folder or URL", and set the folder to ~/Library/Application Support/iTerm.
If this folder doesn't exist, create it and run./setup.sh
again.
If you have environment variables you want to use, such as a database password, create a.secrets
file insidedotfiles/
and export these variables.
When you run./setup.sh
, the.secrets
file will be sourced, and the environment variables will be available.