mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
9 lines
406 B
Bash
Executable File
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
|