diff --git a/setup/gem.sh b/setup/gem.sh index 5eb14bc..85886e6 100755 --- a/setup/gem.sh +++ b/setup/gem.sh @@ -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 github-linguist # Language Savant. 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. \ No newline at end of file diff --git a/setup/init.sh b/setup/init.sh index 1f92e1c..c6308c3 100644 --- a/setup/init.sh +++ b/setup/init.sh @@ -1,2 +1,5 @@ # Installing Homebrew packages source ./brew.sh + +# Install global Gems +source ./gem.sh