Skip to content

mbarre/dev-workstation-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer workstation installer

A Python script that installs all development tools I need (and more...) to work on my Linux Mint workstation.

Requirements

Wget

sudo apt-get install wget

Python

sudo apt-get install python2.7
sudo apt-get install -y gcc

Pip

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
sudo chmod +x get-pip.py
sudo ./get-pip.py

Fabric

sudo pip install Fabric==1.13.1
sudo pip install PyYAML==3.12

About

# Developer workstation installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published