ek9 / shell-dev-config

shell development (nvm, rvm, vagrant) config vcsh repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell-dev-config

shell-dev-config is a personal dotfiles repository for shell development tools (node nvm, ruby rvm, virtualenv for python and vagrant). It is compatible with vcsh-dotfiles and extends upon shell-config.

Part of ek9/dotfiles collection.

Requirements

Install

Clone via vcsh-dotfiles:

$ vcsh-dotfiles clone https://github.com/ek9/shell-config
$ vcsh-dotfiles clone https://github.com/ek9/shell-dev-config

When starting new shell (bash or zsh), we will make sure nvm and rvm is setup. It also privodes default Vagrantfile for generic vagrant configuration.

Overview

Features

  • Enables nvm in shell for nodejs development (~/.local/share/nvm).
  • Enables rvm in shell for ruby development (~/.local/share/rvm)..
  • Enables virualenv in shell for python development.
  • Adds a simple Vagrantfile for general vagrant tweaks (~/.local/share/vagrant for vagrant files)

Authors

Copyright (c) 2016-2017 ek9 dev@ek9.co (https://ek9.co).

License

Licensed under MIT License.

About

shell development (nvm, rvm, vagrant) config vcsh repository

License:MIT License


Languages

Language:Shell 80.4%Language:Ruby 19.6%