Laptop is a script to set up an macOS laptop for web development.
It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.
curl --remote-name https://raw.githubusercontent.com/nicholasjhenry/laptop/master/mac
less mac
sh mac 2>&1 | tee ~/laptop.log
- open 1Password and sign-in with credentials
- setup with CLI (step 2): https://developer.1password.com/docs/cli/get-started
- see the default profile to use
Solarized Light
(Colors -> Color presets) - set text:
Fira Mono for Powerline
(Profile > Text > Font) - set as default
- sign-in and sync settings with GitHub credentials
- General -> Fullname / Email
- assuming
brew cask install gpg-suite-no-mail
- import sec/pub file from 1Password
- copy
gitconfig
from 1Password to~/Workspaces/dotfiles-secret/.
- install plugins:
prefix (Ctrl-x) + I
- FYI: https://github.com/tmux-plugins/tpm#installing-plugins
You're good to go!