Skip to content

A shell script to set up macOS laptop for development.

License

Notifications You must be signed in to change notification settings

cadizjavier/laptop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laptop

Laptop is a script to set up macOS for development, and to keep it up to date.

Install

  • git clone git://github.com/cadizjavier/laptop ~/.laptop
  • cd ~/.laptop
  • source mac

What it sets up

  • Homebrew for managing operating system libraries.
  • Antidote for managing zsh dependencies.
  • Zsh pure prompt.

Manual installations

TODO: Configure those through brew cask

SSH configuration

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.

  1. Run ssh-add --apple-use-keychain ~/.ssh/id_rsa. Replace with your actual private key file.
  2. Type ssh -T [email protected] to check everything is working as expected.

About

A shell script to set up macOS laptop for development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published