dotfiles
Apps
App Store
- Install 1Password
- Install Due
- Install WhatsApp
- Install CARROT Weather
- Install Amphetamine
- Install Magnet
- Install Fantastical
External
- Download & Install Xcode
- Download & Install Visual Studio Code
- Download & Install GitHub
- Download & Install Alfred
- Download & Install Sunsama
- Download & Install Notion
Bash
chsh -s /bin/bashmkdir ~/GitHub/- Clone this repo into
~/GitHub/ cd ~ && ln -s ~/GitHub/dotfiles/bash/.bash_profile . && ln -s ~/GitHub/dotfiles/bash/.hushlogin . && ln -s ~/GitHub/dotfiles/bash/.nvmrc . && ln -s ~/GitHub/dotfiles/bash/Brewfile .
macOS
dotfiles && ./macos/macos.shsudo shutdown -r now
Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew uninstall --force ruby && brew uninstall --force node && brew update && brew bundle && mkdir ~/.nvm(making use of bundle)
Download folder in iCloud Drive
mv ~/Downloads/* /Users/brodie/Library/Mobile\ Documents/com\~apple\~CloudDocs/Downloadssudo rm -rf ~/Downloads/ln -s /Users/brodie/Library/Mobile\ Documents/com\~apple\~CloudDocs/Downloads ~/Downloads
SSH Config
cd ~/.ssh && ln -s ~/GitHub/dotfiles/ssh/config .(N.B. for obvious reasons, this doesn't live here, nor do certs)
Visual Studio Code
- Install the Settings Sync package and set the Gist ID to š¤«
Xcode
cd ~/Library/Developer/Xcode/UserData && rm -rf CodeSnippets && rm -rf FontAndColorThemes && rm -rf KeyBindings && ln -s ~/GitHub/dotfiles/xcode/CodeSnippets . && ln -s ~/GitHub/dotfiles/xcode/FontAndColorThemes . && ln -s ~/GitHub/dotfiles/xcode/KeyBindings .
