customized shell settings in bash
and zsh
My original shell settings based on Paul Irish, which was based on Mathias Bynes
customized shell via Prezto themes largely ported over from previous bash
settings
EDITOR
- by default I use Sublime, but this can be modified to another IDE (VSCode/Vim/JetBrains/etc)LOCAL_BIN_ROOT
- change to correct path ofUser
, points to the${User}/bin
for User executablesHOMEBREW_CASK_OPTS
- can be removed if not using Homebrew Casks/want it moved outside of/Applications
MACOSX_DEPLOYMENT_TARGET
- Setting for xCode cli, will need to updateBASH_SILENCE_DEPRECATION_WARNING
- silences the warning if usingbash
in OSX - irrelevant if usingzsh
brew install \
ack \
exa \
grep \
jq \
the_silver_searcher \