Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-13 14:45:06 -04:00 committed by Alice Huston
parent 7f9eb93276
commit 2b443ed861
2 changed files with 3 additions and 2 deletions

View File

@ -54,6 +54,7 @@
gitoxide gitoxide
tealdeer tealdeer
helix helix
eza
# nix specific packages # nix specific packages
nil nil

View File

@ -62,13 +62,13 @@
"pfSense-vpn-all" = "sudo openvpn --config /etc/openvpn/client/pfSense-TCP4-1195-alice-config.ovpn"; "pfSense-vpn-all" = "sudo openvpn --config /etc/openvpn/client/pfSense-TCP4-1195-alice-config.ovpn";
## Utilities ## Utilities
"lrt" = "exa --icons -lsnew"; "lrt" = "eza --icons -lsnew";
"lynis-grep" = ''sudo lynis audit system 2&>1 | grep -v "egrep"''; "lynis-grep" = ''sudo lynis audit system 2&>1 | grep -v "egrep"'';
"egrep" = "grep -E"; "egrep" = "grep -E";
"htgp" = "history | grep"; "htgp" = "history | grep";
"gen_walpaper" = "wal -i '/home/alice/Pictures/Wallpapers/1440pdump'"; "gen_walpaper" = "wal -i '/home/alice/Pictures/Wallpapers/1440pdump'";
"vlgdf" = "valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes"; "vlgdf" = "valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes";
"ls" = "exa --icons"; "ls" = "eza --icons";
"libreoffice-writer" = "libreoffice --writer"; "libreoffice-writer" = "libreoffice --writer";
"libreoffice-calc" = "libreoffice --calc"; "libreoffice-calc" = "libreoffice --calc";
"notes" = "code /home/alice/Scripts/Notes/dendron.code-workspace"; "notes" = "code /home/alice/Scripts/Notes/dendron.code-workspace";