1
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:
2019-09-08 11:19:54 -04:00
parent e3d6f992ae
commit 4f8b11940b
6 changed files with 16 additions and 21 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
# basically just a list of everything I've installed with Homebrew. :)
# Make sure were 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 Homebrews 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).
# Dont 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"
+2 -2
View File
@@ -76,7 +76,7 @@ sudo systemsetup -setrestartfreeze on
# Keyboard & Input #
###############################################################################
# Disable smart quotes and dashes as theyre annoying when typing code
# Disable smart quotes and dashes as they're annoying when typing code
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false
@@ -273,7 +273,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
# Disable automatic emoji substitution (i.e. use plain text smileys)
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticEmojiSubstitutionEnablediMessage" -bool false
# Disable smart quotes as its annoying for messages that contain code
# Disable smart quotes as it's annoying for messages that contain code
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false
# Disable continuous spell checking