Setup, software installation and dotfiles for macOS.
xcode-select --install
developer.apple.com/downloads or Xcode
Install Homebrew, Git, Chrome and 1Password
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/opt/homebrew/bin/brew install git
/opt/homebrew/bin/brew install --cask google-chrome
/opt/homebrew/bin/brew install --cask 1password
Generate SSH Key and add it to GitHub profile.
Then pull this repo.
cd ~/
git clone [email protected]:devert/dotfiles-osx .dotfiles
When setting up a new Mac, you may want to set some sensible macOS defaults:
./macos/install.sh
./brew/install.sh
NOTE: You will likely have to rerun the cask install for Virtualbox
mkdir -p ~/.nvm
reload
./node/install.sh
./python/install.sh
./zsh/install.sh
reload
./zsh/configure.sh
./fonts/install.sh
./git/install.sh
./iterm/install.sh
./karabiner/install.sh
./neovim/install.sh
./tmux/install.sh
./vscode/install.sh