mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-05-14 22:14:24 -04:00
some small tweaks and removals for ZSH speed
This commit is contained in:
+3
-3
@@ -11,7 +11,7 @@
|
||||
# basically just a list of everything I've installed with Homebrew. :)
|
||||
|
||||
|
||||
# Make sure we’re using the latest Homebrew.
|
||||
# Make sure we're using the latest Homebrew.
|
||||
brew update
|
||||
|
||||
# Upgrade any already-installed formulae.
|
||||
@@ -20,7 +20,7 @@ brew upgrade
|
||||
# Tap casks. (Just for Android SDK here, otherwise not a fan of using casks!)
|
||||
brew tap caskroom/cask
|
||||
|
||||
# Save Homebrew’s installed location.
|
||||
# Save Homebrew's installed location.
|
||||
BREW_PREFIX=$(brew --prefix)
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ brew install bash
|
||||
brew install bash-completion
|
||||
|
||||
# Install GNU core utilities (those that come with macOS are outdated).
|
||||
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
|
||||
# Don't forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
|
||||
brew install coreutils
|
||||
# ln -s "${BREW_PREFIX}/bin/gsha256sum" "${BREW_PREFIX}/bin/sha256sum"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user