Skip to content

Commit

Permalink
Add nvd & fastfetch
Browse files Browse the repository at this point in the history
nvd is used to show what changed as part of an update

fastfetch is an alternative to neofetch as mentioned in #356
  • Loading branch information
genebean committed Jan 26, 2024
1 parent 7c2b1e3 commit af16b6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/home-manager/common/all-cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ in {
du-dust
duf
esptool
fastfetch
fd
git-filter-repo
glab
Expand All @@ -34,6 +35,7 @@ in {
nodejs
nodePackages.npm
nurl
nvd
powershell
puppet-lint
rename
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit af16b6d

Please sign in to comment.