- Notifications
You must be signed in to change notification settings - Fork0
shell development (nvm, rvm, vagrant) config vcsh repository
License
NotificationsYou must be signed in to change notification settings
ek9/shell-dev-config
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
shell-dev-config is a personal dotfiles repository for shell developmenttools (node nvm,ruby rvm,virtualenv for python andvagrant). It is compatible withvcsh-dotfiles and extends uponshell-config.
Part ofek9/dotfiles collection.
- vcsh-dotfiles
- ek9/shell-config compatible setup (to read files from shell specificdirectories)
Clone viavcsh-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
orzsh
), we will make surenvm andrvmis setup. It also privodes defaultVagrantfile
for genericvagrantconfiguration.
- Enablesnvm in shell for nodejs development (
~/.local/share/nvm
). - Enablesrvm in shell for ruby development (
~/.local/share/rvm
).. - Enablesvirualenv in shell for python development.
- Adds a simple
Vagrantfile
for generalvagrant tweaks(~/.local/share/vagrant
for vagrant files)
Copyright (c) 2016-2017 ek9dev@ek9.co (https://ek9.co).
Licensed underMIT License.