Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 444 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 444 Bytes

workstation

From your home directory execute one of the following:

Initial clone

# Setup this repo
git init
git remote add origin https://github.com/hsiliev/workstation-scripts.git
git fetch
git checkout -t origin/master

# Run the setup script
./setup

Subsequent clones

git init
git remote add origin https://github.com/hsiliev/workstation-scripts.git
git fetch
git reset origin/master
git checkout -t origin/master