chore(gem): add install script for Ruby gems

This commit is contained in:
Stefan Imhoff
2021-11-28 10:46:42 +01:00
parent 28941ca1e1
commit 7e8e2ecfed

8
setup/gem.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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.