mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Scripts for environment setup and frequently used builds
This commit is contained in:
parent
668d3ed0ea
commit
540adc5bc4
3 changed files with 35 additions and 0 deletions
9
init_env.sh
Executable file
9
init_env.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
# Run before building to initialize Ruby stuff
|
||||
# See docs/setting-up-your-environment.md for more info
|
||||
|
||||
source ~/.rvm/scripts/rvm
|
||||
|
||||
# Set default Ruby
|
||||
rvm alias create default ruby-2.0.0
|
||||
rvm use default
|
Loading…
Add table
Add a link
Reference in a new issue