Files
dotfiles/setup/gem.sh
2021-12-11 13:32:04 +01:00

9 lines
406 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 tmuxinator # Create and manage complex tmux sessions easily.
gem install neovim # Ruby provider for NeoVim