Skip to content

hsiliev/workstation-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Workstation scripts and settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published