mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(gem): move to brew-gem for installing ruby gems
This commit is contained in:
12
setup/gem.sh
12
setup/gem.sh
@@ -1,7 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
gem install bundler # Bundler manages an application's dependencies
|
||||
gem install git-up # git command to fetch and rebase all branches
|
||||
gem install github-linguist # Language Savant.
|
||||
gem install lunchy # Friendly wrapper around launchctl
|
||||
gem install neovim # Ruby provider for NeoVim
|
||||
brew install brew-gem
|
||||
|
||||
brew gem install bundler # Bundler manages an application's dependencies
|
||||
brew gem install git-up # git command to fetch and rebase all branches
|
||||
brew gem install github-linguist # Language Savant.
|
||||
brew gem install lunchy # Friendly wrapper around launchctl
|
||||
brew gem install neovim # Ruby provider for NeoVim
|
||||
|
||||
Reference in New Issue
Block a user