mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(gem): add install script for Ruby gems
This commit is contained in:
@@ -4,5 +4,4 @@ gem install bundler # Bundler manages an application's dependencies
|
|||||||
gem install git-up # git command to fetch and rebase all branches
|
gem install git-up # git command to fetch and rebase all branches
|
||||||
gem install github-linguist # Language Savant.
|
gem install github-linguist # Language Savant.
|
||||||
gem install lunchy # Friendly wrapper around launchctl
|
gem install lunchy # Friendly wrapper around launchctl
|
||||||
gem install tmuxinator # Create and manage complex tmux sessions easily.
|
gem install tmuxinator # Create and manage complex tmux sessions easily.
|
||||||
|
|
||||||
@@ -1,2 +1,5 @@
|
|||||||
# Installing Homebrew packages
|
# Installing Homebrew packages
|
||||||
source ./brew.sh
|
source ./brew.sh
|
||||||
|
|
||||||
|
# Install global Gems
|
||||||
|
source ./gem.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user