switch to powerlevel10k and install misc utilities

This commit is contained in:
MorganGeek
2020-02-08 11:23:45 +01:00
parent 4a251ace1e
commit e934a93c65
9 changed files with 1312 additions and 9 deletions

@ -109,6 +109,9 @@ alias unix='curl -L http://git.io/unix'
alias coffee="curl -L http://git.io/coffee"
alias hotcoffee="curl -sL git.io/hotcoffee | sh"
alias usernames="python3 $HOME/Code/sherlock/sherlock.py --rank --print-found"
alias checken="aspell check -d en"
alias checkfr="aspell check -d fr"
alias gw='./gradlew'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"