Skip to content

Latest commit

 

History

History
52 lines (51 loc) · 1.24 KB

README.md

File metadata and controls

52 lines (51 loc) · 1.24 KB

Dotfiles

Necessary installation and dotfiles for development.

Steps

  1. Clone this repo
  2. Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Select xcode version:
sudo xcode-select --install
  1. Update Brew
brew update
  1. Install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
  1. Install Gems
sudo gem install colorls && \
sudo gem install cocoapods & \
sudo gem install xcodeproj
  1. Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install nerd fonts
git clone --depth 1 https://github.com/ryanoasis/nerd-fonts.git "$HOME/nerd-fonts" && cd "$HOME/nerd-fonts" && ./install.sh
  1. Change directory back to the dotfiles repo
  2. Install programs with
brew bundle --file='.Brewfile'
  1. Open the following programs so that the config files get created:
  • Hyper
  • Sublime
  • VSCode
  1. Run the bash script to setup all the symlinks for the dotfiles:
./setup.sh
  1. Restart your terminal session
  2. Configure everything else (firefox, 1password, aws creds, etc)
  3. ???
  4. Profit