- macOS
- iTerm2
- brew (Homebrew)
- Git installed via brew
- Autojump installed via brew
Clone repo somewhere and hard link your bash_profile
git clone [email protected]:poislagarde/bash-profile.git
ln [clone-dir]/bash_profile.sh ~/.bash_profile
Use this alias instead of installing git-up:
git config --global alias.up 'pull --rebase --autostash'
Add the following config in ~/.ssh/config
:
Host *
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa