dfreilich / setup-workstation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFreilich's Workstation Repo

This repo contains my preferred workstations home folder

Install steps

  • Install OS updates, if any
  • Install apps
  • Add your ssh key (ssh-add from secure source recommended)
    ssh-keygen
    ssh-add
  • Follow these steps to add your new key to your github (or Gitlab, in which case you'll need these steps) account (do not forget to authorize your key after adding it)
  • mkdir -p ~/workspace
  • Clone this repo
    cd ~/workspace &&
    git clone git@github.com:dfreilich/setup-workstation.git && 
    ./setup-workstation/install.sh
  • Install Zoom
  • Set your name and email on git:
    git config --global user.name "YOUR NAME"
    git config --global user.email "YOUR EMAIL"
  • Use appropriate settings from https://github.com/mathiasbynens/dotfiles/blob/master/.macos

Based on https://github.com/pivotal/workstation-setup

About


Languages

Language:Shell 71.9%Language:Vim Script 22.5%Language:Ruby 5.6%