november dump
This commit is contained in:
parent
1631a93094
commit
8ba71f17ec
8 changed files with 1117 additions and 53 deletions
|
@ -18,7 +18,8 @@
|
|||
enable = true;
|
||||
autosuggestions.enable = true;
|
||||
shellAliases = {
|
||||
ls = "ls --hyperlink=auto";
|
||||
ls = "lsd --hyperlink=auto";
|
||||
icat = "kitty +kitten icat";
|
||||
nixedit = "codium /etc/nixos";
|
||||
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
||||
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
|
||||
|
@ -51,6 +52,7 @@
|
|||
git
|
||||
glances
|
||||
htop
|
||||
lsd
|
||||
mc
|
||||
micro
|
||||
mosh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue