25 lines
925 B
Plaintext
25 lines
925 B
Plaintext
# Git
|
|
alias gcl='git clone'
|
|
alias gp='git push'
|
|
alias gs='git status'
|
|
|
|
# ls
|
|
alias ll='ls -alh'
|
|
|
|
# System Utils
|
|
alias brewup='cl && brew update && brew upgrade && brew upgrade --cask && brew cleanup -s && brew doctor --verbose | grep -A 1 --color=never "Homebrew Version" && brew autoremove'
|
|
alias cl='clear'
|
|
alias ta="tmux a -t"
|
|
alias tn="tmux new-session -s"
|
|
alias gcc="gcc -g"
|
|
alias wthr='curl wttr.in/san_luis_obispo'
|
|
alias nf='cl && neofetch && shownetinfo && batt'
|
|
alias hekate='python3 /Users/smparkin/Development/fusee-launcher/fusee-launcher.py /Users/smparkin/Development/fusee-launcher/hekate/hekate.bin'
|
|
alias src='omz reload'
|
|
|
|
# Music
|
|
alias amp='python3 ~/Development/abandoned/SSiTerm/music.py play'
|
|
alias amn='python3 ~/Development/abandoned/SSiTerm/music.py next'
|
|
alias amr='python3 ~/Development/abandoned/SSiTerm/music.py prev'
|
|
alias amv='python3 ~/Development/abandoned/SSiTerm/music.py playback --volume '
|