Update some programs.
This commit is contained in:
parent
f0e37c6ee2
commit
7562c64008
1 changed files with 8 additions and 7 deletions
11
home.nix
11
home.nix
|
@ -34,8 +34,8 @@
|
||||||
df = "df -h";
|
df = "df -h";
|
||||||
du = "du -h";
|
du = "du -h";
|
||||||
};
|
};
|
||||||
# rtx hook-env | source
|
# rtx hook-env | source
|
||||||
# rtx activate fish | source
|
# rtx activate fish | source
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
set -gx PATH $PATH $HOME/.krew/bin
|
set -gx PATH $PATH $HOME/.krew/bin
|
||||||
|
@ -81,12 +81,12 @@
|
||||||
# networking tools
|
# networking tools
|
||||||
mtr # A network diagnostic tool
|
mtr # A network diagnostic tool
|
||||||
iperf3
|
iperf3
|
||||||
dnsutils # `dig` + `nslookup`
|
dnsutils # `dig` + `nslookup`
|
||||||
ldns # replacement of `dig`, it provide the command `drill`
|
ldns # replacement of `dig`, it provide the command `drill`
|
||||||
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
||||||
socat # replacement of openbsd-netcat
|
socat # replacement of openbsd-netcat
|
||||||
nmap # A utility for network discovery and security auditing
|
nmap # A utility for network discovery and security auditing
|
||||||
ipcalc # it is a calculator for the IPv4/v6 addresses
|
ipcalc # it is a calculator for the IPv4/v6 addresses
|
||||||
|
|
||||||
# kubernetes
|
# kubernetes
|
||||||
k9s
|
k9s
|
||||||
|
@ -113,12 +113,13 @@
|
||||||
# it provides the command `nom` works just like `nix`
|
# it provides the command `nom` works just like `nix`
|
||||||
# with more details log output
|
# with more details log output
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
nixd
|
||||||
|
|
||||||
# productivity
|
# productivity
|
||||||
hugo # static site generator
|
hugo # static site generator
|
||||||
glow # markdown previewer in terminal
|
glow # markdown previewer in terminal
|
||||||
|
|
||||||
btop # replacement of htop/nmon
|
btop # replacement of htop/nmon
|
||||||
iotop # io monitoring
|
iotop # io monitoring
|
||||||
iftop # network monitoring
|
iftop # network monitoring
|
||||||
|
|
||||||
|
|
Reference in a new issue