Skip to content

Instantly share code, notes, and snippets.

@hardiksondagar
Last active August 10, 2017 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hardiksondagar/ab64603ac3ce26fac28d336d0e3ba84d to your computer and use it in GitHub Desktop.
Save hardiksondagar/ab64603ac3ce26fac28d336d0e3ba84d to your computer and use it in GitHub Desktop.
Installations.blah
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker $(whoami)
sudo apt-get install -y git wget zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
sudo apt-get update
sudo apt-get -y install python2.7 python-pip python-dev
sudo -H pip install --upgrade pip
sudo apt-get -y install ipython ipython-notebook
sudo -H pip install jupyter
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
# Settings
{
"color_scheme": "Packages/Color Scheme - Default/Pastels on Dark.tmTheme",
"translate_tabs_to_spaces": true,
"draw_white_space": "all",
"tab_size": 4
}
# Key Bindings
[
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment