Skip to content

Commit

Permalink
Fixing Brewfile format.
Browse files Browse the repository at this point in the history
  • Loading branch information
fleeting committed Apr 1, 2019
1 parent dd8c714 commit ab29357
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions configs/Brewfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Formulae
brew git
brew ruby@2.3
brew wget
brew yarn
brew zsh
brew zsh-completions
brew 'git'
brew 'ruby'
brew 'wget'
brew 'yarn'
brew 'zsh'
brew 'zsh-completions'

# Casks
cask 'alfred'
Expand Down
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
source ./installers/npm-packages.sh
printf '\n'

printf '\033[1;36m❯ Ruby Gems\n\033[0m'
#printf '\033[1;36m❯ Ruby Gems\n\033[0m'
#source ./installers/ruby-gems.sh
printf '\n'
#printf '\n'

printf '\033[1;36m❯ Zsh Config\n\033[0m'
source ./installers/zsh.sh
Expand Down

0 comments on commit ab29357

Please sign in to comment.