CDREIJJY5W3HWMX5SBTP72RV4KCZSDPAH3RIWVXTCDCPM6JG52IAC
LEY3QGCOMNZLJFZ5JQBSAUAZIJ7JRTMRFQADOG3EUPLNDZZB2YZQC
T43Q2EZ2JQWK4WMW7RRYU7MNP3QJJXW4BQKIQMRYFCGKHL7FJ7SQC
4BXYTJPI3YWWXJ4JFUNFUO6ANCMJNALQ7L3XK3U3AXQGFDV7CAEQC
export PATH=$DOTFILES/bin:$PATH# note /usr/local/bin doesn't need to be added in zsh it's already there??
export PATH=$DOTFILES/bin:$PATH
# note /usr/local/bin doesn't need to be added in zsh it's already there??
export PATH=$DOTFILES/bin:/usr/local/bin:/usr/local/sbin:$PATH
if [ -f $HOME/.pyenv ]; then
if [ -d $HOME/.pyenv ]; then
grep -v "It seems there is already an App at" \
openssl
brew list | grep -q emacs-plus || \ (brew tap d12frosted/emacs-plus && brew install emacs-plus)
brew list | grep -q emacs-plus || \
(brew tap d12frosted/emacs-plus && brew install emacs-plus)
brew list | grep -q emacs-plus || { brew tap d12frosted/emacs-plus && brew install emacs-plus }
brew list | grep -q emacs-plus || {
brew tap d12frosted/emacs-plus && brew install emacs-plus
}