mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
General updates
This commit is contained in:
parent
668ceb06a4
commit
974ce7f7fc
8 changed files with 323 additions and 86 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue