Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 780 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 780 Bytes

Xcode command line tools

xcode-select --install

Rosetta

sudo softwareupdate --install-rosetta

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

chezmoi

brew install chezmoi
brew install lastpass-cli
lpass login [email protected]
chezmoi init --apply peter-svensson

Adding stuff to Lastpass

echo "$(cat ~/.gnupg/pubring.kbx | base64)" | lpass add --sync=now --non-interactive --notes "lambda/gnupg-pubring.kbx"

SSH keys

printf "Private Key: %s\nPublic Key: %s" "$(cat ~/.ssh/id_rsa_plint_git)" "$(cat ~/.ssh/id_rsa_plint_git.pub)" | lpass add --sync=now --non-interactive --note-type=ssh-key "plint/git ssh key"