Skip to content

Instantly share code, notes, and snippets.

@RedcoatAsher
Last active December 15, 2024 13:22
Show Gist options
  • Save RedcoatAsher/58499f67a167212777bded1a3d722096 to your computer and use it in GitHub Desktop.
Save RedcoatAsher/58499f67a167212777bded1a3d722096 to your computer and use it in GitHub Desktop.
bark install script
export CLICOLOR=1
export TERM='xterm-vt220'
alias c='clear'
alias cc='clear'
alias ll='c; ls -l'
alias lla='c; ls -la'
alias lsa='c; ls -a'
alias update='brew update'
alias upgrade='brew upgrade'
alias bup='brew update'
alias bug='brew upgrade'
alias ball='cc; brew update && brew upgrade && brew cleanup'
alias yall='cc; brew update && brew upgrade && mas upgrade && brew cleanup'
alias bi='cc; brew install '
alias bic='cc; brew install --cask '
alias bri='cc; brew reinstall '
alias bric='cc; brew reinstall --cask '
alias bcu='brew autoremove && brew cleanup'
# root
alias root='sudo su -'
# export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}"
# important scripts
# restart macOS keyboard media key services
# launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
# launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment