Browse Source

Merge branch 'master' of github.com:chmreid/mac-dotfiles

* 'master' of github.com:chmreid/mac-dotfiles:
  add gettext to brew install
  add go scripts to bootstrap.sh
main
Charles Reid 6 years ago
parent
commit
010b46d735
  1. 2
      bootstrap.sh
  2. 4
      brew_install.sh

2
bootstrap.sh

@ -10,6 +10,8 @@ function doIt() { @@ -10,6 +10,8 @@ function doIt() {
--exclude "bootstrap.sh" \
--exclude "brew_install.sh" \
--exclude "diff_dotfiles.sh" \
--exclude "go_install.sh" \
--exclude "go_setup.sh" \
--exclude "mac_settings.sh" \
--exclude "pre_bootstrap.sh" \
--exclude "python_install.sh" \

4
brew_install.sh

@ -19,6 +19,10 @@ brew upgrade @@ -19,6 +19,10 @@ brew upgrade
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew install coreutils
# gettext, envsubst, and other utils
brew install gettext
brew link --force gettext
# Install some other useful utilities like `sponge`.
brew install moreutils

Loading…
Cancel
Save