/dotfiles-1

My configuration files

Primary LanguageShell

dotfiles

Screenshot.png

Apps

App Store

External

Bash

  1. chsh -s /bin/bash
  2. mkdir ~/GitHub/
  3. Clone this repo into ~/GitHub/
  4. 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

  1. dotfiles && ./macos/macos.sh
  2. sudo shutdown -r now

Homebrew

  1. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. brew uninstall --force ruby && brew uninstall --force node && brew update && brew bundle && mkdir ~/.nvm (making use of bundle)

Download folder in iCloud Drive

  1. mv ~/Downloads/* /Users/brodie/Library/Mobile\ Documents/com\~apple\~CloudDocs/Downloads
  2. sudo rm -rf ~/Downloads/
  3. ln -s /Users/brodie/Library/Mobile\ Documents/com\~apple\~CloudDocs/Downloads ~/Downloads

SSH Config

  1. cd ~/.ssh && ln -s ~/GitHub/dotfiles/ssh/config . (N.B. for obvious reasons, this doesn't live here, nor do certs)

Visual Studio Code

  1. Install the Settings Sync package and set the Gist ID to 🤫

Xcode

  1. 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 .