This commit is contained in:
David Tomaschik
2026-06-19 14:17:48 -07:00
parent e4b9a7c16b
commit ad135fac37
4 changed files with 24 additions and 5 deletions

View File

@@ -28,6 +28,9 @@ alias clear-gpg-agent="echo RELOADAGENT | gpg-connect-agent"
# Earthly ssh
alias earthly='earthly --ssh-auth-sock ""'
# ESP-IDF
alias activate_idf="source ~/.espressif/tools/activate_idf_v*.sh"
if [ "$(uname)" = "Linux" ]; then
# Cryptsetup alias
alias luksFormat='cryptsetup luksFormat --type=luks2 --pbkdf-memory=2560000 --pbkdf=argon2id -i 15000 -s 512 -h sha256 -c aes-xts-plain64'

View File

@@ -45,3 +45,6 @@
hibernationfile
sleepimage
swapfile
# Android and other big tools
/Users/*/.android