Compare commits
2 commits
a36e3121f1
...
9ede52d0ab
Author | SHA1 | Date | |
---|---|---|---|
9ede52d0ab | |||
d4ca2e79b3 |
2 changed files with 4 additions and 1 deletions
|
@ -106,6 +106,7 @@ cask 'gpg-suite' # GPG handling for signing commits and email (SSH signing can a
|
||||||
cask 'imageoptim' # Tool to optimize images / svgs
|
cask 'imageoptim' # Tool to optimize images / svgs
|
||||||
cask 'jordanbaird-ice' # Bartender replacement for cleaner menubar
|
cask 'jordanbaird-ice' # Bartender replacement for cleaner menubar
|
||||||
brew 'starship' # fancy shell prompt
|
brew 'starship' # fancy shell prompt
|
||||||
|
brew 'eza' # fancy ls replacement
|
||||||
cask 'ghostty' # Better terminal
|
cask 'ghostty' # Better terminal
|
||||||
cask 'rectangle' # Better snap to edge behavior than native
|
cask 'rectangle' # Better snap to edge behavior than native
|
||||||
cask 'raycast' # Better spotlight search
|
cask 'raycast' # Better spotlight search
|
||||||
|
@ -145,6 +146,7 @@ cask 'font-reenie-beanie'
|
||||||
mas 'Keynote', id: 409183694
|
mas 'Keynote', id: 409183694
|
||||||
mas 'Numbers', id: 409203825
|
mas 'Numbers', id: 409203825
|
||||||
mas 'Microsoft Remote Desktop', id: 1295203466
|
mas 'Microsoft Remote Desktop', id: 1295203466
|
||||||
|
mas 'Xcode', id: 497799835
|
||||||
|
|
||||||
# Personal
|
# Personal
|
||||||
brew 'pass' # GPG-based PW manager
|
brew 'pass' # GPG-based PW manager
|
||||||
|
|
|
@ -21,7 +21,8 @@ fi
|
||||||
|
|
||||||
# General
|
# General
|
||||||
alias reloadshell="source $HOME/.zshrc"
|
alias reloadshell="source $HOME/.zshrc"
|
||||||
alias ll="ls -AhlFo --color --group-directories-first"
|
alias ls="eza"
|
||||||
|
alias ll="eza -al --icons --group-directories-first"
|
||||||
alias shrug="echo '¯\_(ツ)_/¯' | clip"
|
alias shrug="echo '¯\_(ツ)_/¯' | clip"
|
||||||
alias c="clear"
|
alias c="clear"
|
||||||
alias compile="commit 'compile'"
|
alias compile="commit 'compile'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue