Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 681 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 681 Bytes

scripts

ubuntu-setup.sh

Run this script on a freshly installed ubuntu.Run the scripts as root by typing: sudo sh ubuntu-setup.sh It will install google chrome, vscode, zsh, oh-my-zsh, postman, geany, pip, virtualenv and configures git. If you don't want all of these just comment out that portion of script.

cmake.sh

Run this script as root by typing: sudo sh cmake.sh It will install cmake. If you want latest binary then install it from the github repo releases.

pyenv.sh

Run this script as root by typing: sudo sh pyenv.sh It will install pyenv. This is useful for maintaing multiple python version without interfering with the default python version.