]> git.quilime.com - cfg.git/commitdiff
Adding Darwin zsh config for new OSX Shell
authorGabriel Dunne <gdunne@quilime.com>
Wed, 10 Feb 2021 01:21:39 +0000 (17:21 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 10 Feb 2021 01:21:39 +0000 (17:21 -0800)
.zsh-darwin [new file with mode: 0644]

diff --git a/.zsh-darwin b/.zsh-darwin
new file mode 100644 (file)
index 0000000..147a7b8
--- /dev/null
@@ -0,0 +1,17 @@
+
+# prompt
+PROMPT='%F{cyan}%n@%m%f %F{240}%1~%f %# '
+RPROMPT='%F{240}%*%f'
+
+
+# aliases
+alias cfg='/usr/bin/git --git-dir=/Users/gld/.cfg/.git/ --work-tree=/Users/gld'
+alias ls='ls -G'
+alias cats='highlight -O ansi --force'
+
+# sublime text
+export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"
+
+# brew
+eval export HOMEBREW_PREFIX="/opt/homebrew"; export HOMEBREW_CELLAR="/opt/homebrew/Cellar"; export HOMEBREW_REPOSITORY="/opt/homebrew"; export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"; export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"; export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
+eval $(/opt/homebrew/bin/brew shellenv)