jasonseney / dev-env

Various development environment configs, plugins, etc for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-env

Various development environment configs, plugins, etc for development

  • Bash profile, used on OS X Terminal
  • Vim config
  • Terminal Color/Font Scheme

Scripts to install in /usr/local/bin:

Scripts to source:

Tools to install with Homebrew:

  • the_silver_searcher (seach with ag)
  • tig (git command line tool)
  • trash (replaces rm)
  • tree (ls in a tree)
  • lorem (lorem ipsum text)
  • git (source control)
  • cscope (generates "tags" for C or PHP)
  • ctags (exhuberent c-tags, view functions and variables, used for taglist in vim)
  • rbenv (manage ruby versions)
  • ruby-build (install ruby versions)
  • nvm (node version manager)
  • gulp (asset build)

Setting up Ruby

Setting up Node

About

Various development environment configs, plugins, etc for development


Languages

Language:Vim Script 64.4%Language:Shell 35.6%