evarouss / dotfiles

New Workstation setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

  1. xcode-select --install

  2. Install brew.

  3. iTerm Setup

  4. nvm Setup

  5. SSH setup

  6. Clone repository to hidden .dotfile directory in your home directory

git clone git@github.com:evarouss/dotfiles.git ~/.dotfiles

  1. Run setup-symlinks.sh

source ~/.dotfiles/setup-symlinks.sh

  1. Install Software part 1 (brew)

source ~/.dotfiles/setup-brew.sh

  1. Symlink VSCode stuff.

VSCode:

ln -s /Users/evarouss/.dotfiles/VSCode/settings.json ~/Library/Application\ Support/Code/User/settings.json
ln -s /Users/evarouss/.dotfiles/VSCode/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json
  1. Install VSCode plugins

source ~/.dotfiles/VSCode/install-plugins.sh

  1. Install Software part 2 (App Store)
  • Things
  • Slack
  • Tweetbot
  • Patterns
  • Xcode
  1. Profit

About

New Workstation setup


Languages

Language:Shell 100.0%