Skip to content

kartikye/init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%