From 08c67becf9590a22961c333588a0c8863b5c52ae Mon Sep 17 00:00:00 2001 From: hellisabove <59116609+hellisabove@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:46:14 +0300 Subject: [PATCH] Added macos zshrc --- zshrc-macos | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 zshrc-macos diff --git a/zshrc-macos b/zshrc-macos new file mode 100644 index 0000000..c4bbee9 --- /dev/null +++ b/zshrc-macos @@ -0,0 +1,22 @@ +# Sets the useable path +export PATH=$PATH:/usr/local/opt/openjdk@17/bin:/usr/local/opt/curl/bin:/usr/local/opt/unzip/bin:/Users/fucker/.spicetify:/usr/local/pspdev/bin +export LDFLAGS="-L/usr/local/opt/curl/lib" +export CPPFLAGS="-I/usr/local/opt/curl/include -I/usr/local/opt/openjdk@17/include" +export PKG_CONFIG_PATH="/usr/local/opt/curl/lib/pkgconfig" + +# Sets aliases +alias ls='exa -lh' +alias pull='git pull' +alias push='git push' + +# Enables autosuggestions +source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh + +# Enables syntax highlighting +source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +# Sets the prompt +source <(/usr/local/bin/starship init zsh --print-full-init) + +# Starts uwufetch at start +uwufetch