7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DOTFILES=$HOME/.dotfiles
|
|
|
|
echo -e "\nRuby gems"
|
|
echo "=============================="
|
|
gem install tmuxinator |