Compare commits

..

No commits in common. "9ede52d0ab46aad116e09e596408abac6a783bba" and "a36e3121f13bba7ad23e82975fef58f13e3eba1a" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -106,7 +106,6 @@ cask 'gpg-suite' # GPG handling for signing commits and email (SSH signing can a
cask 'imageoptim' # Tool to optimize images / svgs
cask 'jordanbaird-ice' # Bartender replacement for cleaner menubar
brew 'starship' # fancy shell prompt
brew 'eza' # fancy ls replacement
cask 'ghostty' # Better terminal
cask 'rectangle' # Better snap to edge behavior than native
cask 'raycast' # Better spotlight search
@ -146,7 +145,6 @@ cask 'font-reenie-beanie'
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'Xcode', id: 497799835
# Personal
brew 'pass' # GPG-based PW manager

View file

@ -21,8 +21,7 @@ fi
# General
alias reloadshell="source $HOME/.zshrc"
alias ls="eza"
alias ll="eza -al --icons --group-directories-first"
alias ll="ls -AhlFo --color --group-directories-first"
alias shrug="echo '¯\_(ツ)_/¯' | clip"
alias c="clear"
alias compile="commit 'compile'"