added rvm and ruby installation to fedora installer
This commit is contained in:
parent
e3da748f04
commit
fc04aa5c2a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#software and shell
|
||||
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox
|
||||
sudo chsh -s `which zsh` $USER
|
||||
curl -sSL https://get.rvm.io | bash -s stable
|
||||
rvm install ruby
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
|
|
Loading…
Reference in a new issue