chore(gem): move to brew-gem for installing ruby gems

This commit is contained in:
Stefan Imhoff
2021-12-28 11:40:29 +01:00
parent ac5996dcd3
commit c69f87a9b1

View File

@@ -1,7 +1,9 @@
#!/bin/sh #!/bin/sh
gem install bundler # Bundler manages an application's dependencies brew install brew-gem
gem install git-up # git command to fetch and rebase all branches
gem install github-linguist # Language Savant. brew gem install bundler # Bundler manages an application's dependencies
gem install lunchy # Friendly wrapper around launchctl brew gem install git-up # git command to fetch and rebase all branches
gem install neovim # Ruby provider for NeoVim brew gem install github-linguist # Language Savant.
brew gem install lunchy # Friendly wrapper around launchctl
brew gem install neovim # Ruby provider for NeoVim