mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
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
This commit is contained in:
parent
7c2b1e3dbc
commit
af16b6db24
1 changed files with 4 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ in {
|
||||||
du-dust
|
du-dust
|
||||||
duf
|
duf
|
||||||
esptool
|
esptool
|
||||||
|
fastfetch
|
||||||
fd
|
fd
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
glab
|
glab
|
||||||
|
|
@ -34,6 +35,7 @@ in {
|
||||||
nodejs
|
nodejs
|
||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
nurl
|
nurl
|
||||||
|
nvd
|
||||||
powershell
|
powershell
|
||||||
puppet-lint
|
puppet-lint
|
||||||
rename
|
rename
|
||||||
|
|
@ -300,8 +302,8 @@ in {
|
||||||
gitextract = "git log --pretty=email --patch-with-stat --reverse --full-index --binary --";
|
gitextract = "git log --pretty=email --patch-with-stat --reverse --full-index --binary --";
|
||||||
gpge = "gpg2 --encrypt --sign --armor -r ";
|
gpge = "gpg2 --encrypt --sign --armor -r ";
|
||||||
hubpr = "hub pull-request --push --browse";
|
hubpr = "hub pull-request --push --browse";
|
||||||
nvd = "NVIM_APPNAME=nvim-dots nvim";
|
nvdots = "NVIM_APPNAME=nvim-dots nvim";
|
||||||
nve = "nvd ~/repos/dots/modules/home-manager/files/nvim/lua";
|
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";
|
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";
|
sal = "ssh-add -L";
|
||||||
st = "open -a SourceTree";
|
st = "open -a SourceTree";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue