Skip to content

Instantly share code, notes, and snippets.

@codemickeycode
Last active August 29, 2015 14:09
Show Gist options
  • Save codemickeycode/f27ebb9ceebc0ca17fb8 to your computer and use it in GitHub Desktop.
Save codemickeycode/f27ebb9ceebc0ca17fb8 to your computer and use it in GitHub Desktop.
Dev Machine Setup
# Upgrade update
# ssh keys, chmod ssh keys, bashrc
```
copy all your ssh keys to your home folder
$ chmod 600 ~/.ssh/* && chmod 644 ~/.ssh/*.pub && chmod 664 ~/.ssh/config
copy .bashrc to your home folder
```
# install your usual dependencies
sudo apt-get install python-dev python-pip python-software-properties python-virtualenv mysql-server mysql-client postgresql nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment