1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[rvm] Initial commit

This commit is contained in:
Hyacinthe Cartiaux 2014-02-02 11:17:11 +01:00
parent c3b85afe5f
commit 7b8f9b3b09
2 changed files with 20 additions and 0 deletions

View file

@ -73,6 +73,10 @@ cat $DOTFILES/ssh/config.* > ~/.ssh/config.perso
mkdir -p ~/.config
ln -sf $DOTFILES/aurvote ~/.config/aurvote
## RVM configuration
ln -sf $DOTFILES/rvm/rvmrc ~/.rvmrc
## temporary files
ln -sf /tmp ~/.adobe

16
rvm/rvmrc Normal file
View file

@ -0,0 +1,16 @@
################################################################################
# .rvmrc -- configuration file for [rvm](https://rvm.io/)
# _ ____ ___ __ ___ _ __ ___
# | '__\ \ / / '_ ` _ \| '__/ __|
# _| | \ V /| | | | | | | | (__
# (_)_| \_/ |_| |_| |_|_| \___|
#
################################################################################
# rvm --default use system
# Ignore gem configuration warnings (--user-install is the default in archlinux)
export rvm_ignore_gemrc_issues=1
# Auto update RVM
export rvm_autoupdate_flag=2