General updates

This commit is contained in:
Gene Liverman 2021-05-24 08:45:37 -04:00 committed by Gene Liverman
parent 668ceb06a4
commit 974ce7f7fc
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
8 changed files with 323 additions and 86 deletions

View file

@ -3,7 +3,7 @@
if [[ $1 == 'now' ]]; then
# Install dot's dependencies
sudo yum install -y centos-release-scl-rh.noarch
sudo yum install rh-ruby24 rh-ruby24-ruby-devel rh-ruby24-rubygem-bundler rh-ruby24-rubygem-rake cmake gcc
sudo yum install rh-ruby26 rh-ruby26-ruby-devel rh-ruby26-rubygem-bundler rh-ruby26-rubygem-rake cmake gcc
# Make dot usable
cd ~/.dotfiles

View file

@ -5,7 +5,7 @@ if [[ $1 == 'now' ]]; then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install dot's dependencies
/usr/local/bin/brew install ruby cmake pkg-config
/usr/local/bin/brew install ruby@2.7 cmake pkg-config
/usr/local/bin/gem install --no-ri --no-rdoc bundler
# Make dot usable