A simple shell script for setting up a basic Linux development environment.
Utility tools:
- git
- ctags
- vim
- oh-my-zsh shell
- tmux
- watch
- curl
- the silver searcher
- nodejs
Python development tools:
- pip
- virtualenv
- virtualenvwrapper
Ruby development tools:
- rbenv
- ruby-build
- bundler
Databases:
- sqlite
- postgresql
- redis
bash <(wget -qO- https://raw.githubusercontent.com/jdbrew/init/master/init.sh) 2>&1 | tee ~/init.log