A collection of machine configuration I use
- 1 Password
- Homebrew
- Oh-my-zsh
- iTerm (Load config from
$PWD/iterm/prefs
folder) - SublimeText (Don't forgot to drop in the license file)
- VS Code
- Mozilla Firefox
- Google Chrome
- Better Touch Tool (Don't forgot to drop in the license file)
- Cyberduck (Don't forgot to drop in the license file)
- Tunnelblick (Don't forgot to drop in the configuration files)
- Carbon Copy Cloner (Don't forgot to drop in the license key)
- DriveDx (Don't forgot to drop in the license key)
- Little Snitch (Don't forgot to drop in the license key)
- alt-tab
F.luxEnable NightShift- Spotify
RescuetimeEnable screen time & cloud sharing- Kaleidoscope
- ksdiff
- GPG Suite
- Fira Code Font
- Things
- Rectangle
- Amphetamine
- Quitter
- rmtrash
brew install rmtrash
git config --global user.name "Nick Whyte"
git config --global user.email nick@nickwhyte.com
git config --global commit.gpgsign true
git config --global core.editor subl -n -w
git config --global core.editor "subl -n -w"
git config --global core.excludesfile "/Users/nickw/.gitignore_global"
git config --global push.default current
git config --global pull.ff only
git config --global oh-my-zsh.hide-dirty 1
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
cd ~/Library/Application\ Support/Sublime\ Text/Packages/
rm -rf User
ln -s ~/.dotfiles/subl/User
./install_dotfiles.sh
mkdir ~/.gpg
ln -s $PWD/gpg/gpg-agent.conf ~/.gpg
ln -s $PWD/gpg/gpg.conf ~/.gpg
https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#oh-my-zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
brew install fzf
/usr/local/opt/fzf/install
ssh-keygen -R
If exists, the file ~/.zshrc-local
will be sourced. Put machine specific overrides/config in here.