macos/install.sh
macos/defaults.sh
sudo softwareupdate -i -a
xcode-select --install
- Remap escape key
HOSTNAME=mynewname
sudo scutil --set HostName $HOSTNAME
sudo scutil --set LocalHostName $HOSTNAME
sudo scutil --set ComputerName $HOSTNAME
dscacheutil -flushcache
- Chrome Canary
- iStat Menus
- Rectangle
- Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
- Prettier
- GitLens
- GitHub Theme
- Markdown Preview Mermaid Support
- shellcheck
- VSCode Essentials
- GitHub
- Markdown Preview GitHub Styling
cat > ~/.gitconfig.local <<EOF
[user]
name = <name>
email = <email>
signingkey = <from 1password>
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
EOF
cd ~
git clone [email protected]:sethrylan/dotfiles.git ~/.dotfiles
bash ./install
ln ./vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json
sh homebrew/install.sh
sh node/install.sh
rbenv versions
..
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash
...
rbenv install 2.7.5
rbenv install 3.1.0
rbenv global 2.7.5
jenv versions
...
```shell
jenv add /Library/Java/JavaVirtualMachines/jdk-11.0.12.jdk/Contents/Home
...
jenv global 11.0