Laptop is a script to set up macOS for development, and to keep it up to date.
git clone git://github.com/cadizjavier/laptop ~/.laptop
cd ~/.laptop
source mac
- Homebrew for managing operating system libraries.
- Antidote for managing zsh dependencies.
- Zsh pure prompt.
TODO: Configure those through brew cask
Host *
AddKeysToAgent yes
UseKeychain yes
This configuration ensures that SSH keys are automatically added to the SSH agent, so you don’t have to type the passphrase every time you use SSH.
- Run
ssh-add --apple-use-keychain ~/.ssh/id_rsa
. Replace with your actual private key file. - Type
ssh -T [email protected]
to check everything is working as expected.