refactor: migrate Ruby installers to Gemfile

This commit is contained in:
Stefan Imhoff
2022-10-15 19:50:03 +02:00
parent e0e3cabd76
commit a57dd6d7be
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ nvim/plugin
.vale/write-good
kitty/kitty.conf.bak
Brewfile.lock.json
Gemfile.lock

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "neovim"
gem "lunchy"
gem "git-up"
gem "erb_lint"

View File

@@ -3,3 +3,4 @@
rbenv install $(rbenv install -l | grep -v - | tail -1)
rbenv global $(rbenv install -l | grep -v - | tail -1)
bundle install --gemfile=~/.dotfiles/Gemfile