Files
dotfiles/setup/gem.sh
2021-12-11 15:45:38 +01:00

8 lines
328 B
Bash
Executable File

#!/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