mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
refactor: migrate Ruby installers to Gemfile
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ nvim/plugin
|
|||||||
.vale/write-good
|
.vale/write-good
|
||||||
kitty/kitty.conf.bak
|
kitty/kitty.conf.bak
|
||||||
Brewfile.lock.json
|
Brewfile.lock.json
|
||||||
|
Gemfile.lock
|
||||||
|
|||||||
8
Gemfile
Normal file
8
Gemfile
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
source "https://rubygems.org"
|
||||||
|
|
||||||
|
gem "neovim"
|
||||||
|
gem "lunchy"
|
||||||
|
gem "git-up"
|
||||||
|
gem "erb_lint"
|
||||||
@@ -3,3 +3,4 @@
|
|||||||
rbenv install $(rbenv install -l | grep -v - | tail -1)
|
rbenv install $(rbenv install -l | grep -v - | tail -1)
|
||||||
rbenv global $(rbenv install -l | grep -v - | tail -1)
|
rbenv global $(rbenv install -l | grep -v - | tail -1)
|
||||||
|
|
||||||
|
bundle install --gemfile=~/.dotfiles/Gemfile
|
||||||
|
|||||||
Reference in New Issue
Block a user