kartikye / init

Initial setup script for Debian based dev environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

Install

bash <(wget -qO- https://raw.githubusercontent.com/jdbrew/init/master/init.sh) 2>&1 | tee ~/init.log

Thanks

Based on kenyonj and yuczhou

About

Initial setup script for Debian based dev environments


Languages

Language:Shell 100.0%