From af16b6db24afc02dde7b2841226e98806343e0ac Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 26 Jan 2024 16:20:03 -0500 Subject: [PATCH] Add nvd & fastfetch nvd is used to show what changed as part of an update fastfetch is an alternative to neofetch as mentioned in #356 --- modules/home-manager/common/all-cli.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index 0489dc2..698a588 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -16,6 +16,7 @@ in { du-dust duf esptool + fastfetch fd git-filter-repo glab @@ -34,6 +35,7 @@ in { nodejs nodePackages.npm nurl + nvd powershell puppet-lint rename @@ -300,8 +302,8 @@ in { gitextract = "git log --pretty=email --patch-with-stat --reverse --full-index --binary --"; gpge = "gpg2 --encrypt --sign --armor -r "; hubpr = "hub pull-request --push --browse"; - nvd = "NVIM_APPNAME=nvim-dots nvim"; - nve = "nvd ~/repos/dots/modules/home-manager/files/nvim/lua"; + nvdots = "NVIM_APPNAME=nvim-dots nvim"; + nve = "nvdots ~/repos/dots/modules/home-manager/files/nvim/lua"; pssh = "ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no' -o PubkeyAcceptedKeyTypes=+ssh-rsa -o HostKeyAlgorithms=+ssh-rsa -o KexAlgorithms=+diffie-hellman-group1-sha1 -i ~/.ssh/id_rsa-acceptance"; sal = "ssh-add -L"; st = "open -a SourceTree";