Skip to content

Instantly share code, notes, and snippets.

@antoniwan
Created May 3, 2025 10:16
Show Gist options
  • Save antoniwan/a9fcb0eee66e36c5edae4098d2a2f5c0 to your computer and use it in GitHub Desktop.
Save antoniwan/a9fcb0eee66e36c5edae4098d2a2f5c0 to your computer and use it in GitHub Desktop.
๐ŸŒธ SOFTHEART .zshrc
# ๐ŸŒธ SOFTHEART .zshrc
eval "$(/opt/homebrew/bin/brew shellenv)"
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="agnoster"
plugins=(git z)
source $ZSH/oh-my-zsh.sh
eval "$(starship init zsh)"
# Aliases
alias docs='cd ~/Documents'
alias desk='cd ~/Desktop'
alias pics='cd ~/Pictures'
alias music='cd ~/Music'
alias cls='clear'
export EDITOR="nvim"
export PATH="$HOME/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment