diff --git a/homebrew/brewfile.sh b/homebrew/brewfile.sh index 2bdaea99..d8ed4891 100644 --- a/homebrew/brewfile.sh +++ b/homebrew/brewfile.sh @@ -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 diff --git a/package.json b/package.json index 40fdd144..b474cef6 100644 --- a/package.json +++ b/package.json @@ -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",