Skip to content

Instantly share code, notes, and snippets.

View wangqiang8511's full-sized avatar

WANG QIANG wangqiang8511

  • VentiTechnologies
  • Singapore
View GitHub Profile
# Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="agnoster"
# Uncomment the following line to use case-sensitive completion.
#!/usr/bin/env sh
# Personal dev env setup script
setup_python () {
apt-get install -y python-dev python-pip
pip install virtualenv
}
# Setup vim
setup_vim () {