Skip to content

Commit

Permalink
Merge pull request #3 from gramtech/master
Browse files Browse the repository at this point in the history
Adding option to change users default shell to the brew shell
  • Loading branch information
sebastienrousseau authored Mar 19, 2018
2 parents 3c46a43 + 498142d commit 9099eb0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions homebrew/brewfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,26 @@ brew install yarn
brew install youtube-dl
brew install zsh

##########################################
# Properly setting up bash
##########################################
# Homebrew's install of bash sets it up in your $PATH as with most brew installs, however
# it does not change your user shell to use the new bash install
# This can cause errors, for example when adding bash-completion@2 to your .bash_pofile
# The following sets up brew bash your user shell
# This does require sudo and your user password
# This change can be descrutive so the below is commented out and you can add in as required or do not use completion@2:
# see here for details - https://github.com/Homebrew/homebrew-core/issues/25370

# # Add the new shell to the list of allowed shells
# sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
# # Change to the new shell
# chsh -s /usr/local/bin/bash


##########################################
# Add softwares
##########################################
brew cask install a-better-finder-rename
brew cask install adobe-creative-cloud
brew cask install alfred
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reedia-dotfiles",
"version": "0.1.63",
"version": "0.1.65",
"description": "Dotfiles - A set of Mac OS X configuration files - Simply designed to fit your shell life.",
"keywords": [
"dotfiles",
Expand Down

0 comments on commit 9099eb0

Please sign in to comment.