add in low level tools that are better then basic commands
- dust, bat, xh, etc.
This commit is contained in:
@@ -20,14 +20,27 @@
|
|||||||
systemd-language-server
|
systemd-language-server
|
||||||
yaml-language-server
|
yaml-language-server
|
||||||
|
|
||||||
|
# tool replacements
|
||||||
|
bat # instead of cat
|
||||||
|
delta # instead of diff
|
||||||
|
drill # instead of dig
|
||||||
|
duf # instead of df
|
||||||
|
dust # instead of du
|
||||||
|
eza # instead of ls
|
||||||
|
fd # instead of find
|
||||||
|
ripgrep # instead of grep
|
||||||
|
sd # instead of sed
|
||||||
|
tealdeer # instead of man/tldr
|
||||||
|
uv # to manage python stuff
|
||||||
|
xh # instead of curl
|
||||||
|
zoxide # instead of cd
|
||||||
|
|
||||||
# system wide applications
|
# system wide applications
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
btop
|
btop
|
||||||
curl
|
curl
|
||||||
direnv
|
direnv
|
||||||
eza
|
|
||||||
fd
|
|
||||||
firefox
|
firefox
|
||||||
fuzzel
|
fuzzel
|
||||||
fzf
|
fzf
|
||||||
@@ -42,7 +55,6 @@
|
|||||||
neohtop
|
neohtop
|
||||||
nixfmt
|
nixfmt
|
||||||
restic
|
restic
|
||||||
ripgrep
|
|
||||||
rsync
|
rsync
|
||||||
seafile-client
|
seafile-client
|
||||||
sqlite
|
sqlite
|
||||||
@@ -56,7 +68,6 @@
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
yazi
|
yazi
|
||||||
zoxide
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user