working fish shell
This commit is contained in:
parent
2d5ee6c621
commit
8b92b025f3
17 changed files with 134 additions and 109 deletions
71
modules/user/shell/packages.nix
Normal file
71
modules/user/shell/packages.nix
Normal file
|
@ -0,0 +1,71 @@
|
|||
pkgs: (with pkgs; [
|
||||
# better cd
|
||||
zoxide
|
||||
#better ls
|
||||
eza
|
||||
|
||||
# better cat
|
||||
bat
|
||||
|
||||
# clipboard
|
||||
yazi
|
||||
serpl
|
||||
diff-so-fancy
|
||||
tig
|
||||
|
||||
sesh
|
||||
mprocs
|
||||
curlie
|
||||
entr
|
||||
procs
|
||||
sd
|
||||
# mult
|
||||
glow
|
||||
|
||||
gdb
|
||||
# dua-cli
|
||||
dust
|
||||
kondo
|
||||
|
||||
# better grep
|
||||
ripgrep
|
||||
|
||||
# better dig
|
||||
dogdns
|
||||
|
||||
# simply the best fetch tool out there
|
||||
microfetch
|
||||
|
||||
fzf
|
||||
lldb_19
|
||||
element
|
||||
carapace
|
||||
difftastic
|
||||
hexyl
|
||||
gitui
|
||||
iputils
|
||||
gnumake
|
||||
gping
|
||||
asciinema
|
||||
inetutils
|
||||
scc
|
||||
starship
|
||||
onefetch
|
||||
wget
|
||||
cpufetch
|
||||
yt-dlp
|
||||
tealdeer
|
||||
glow
|
||||
hyperfine
|
||||
imagemagick
|
||||
ffmpeg-full
|
||||
catimg
|
||||
nmap
|
||||
wget
|
||||
fd
|
||||
jq
|
||||
rsync
|
||||
figlet
|
||||
unzip
|
||||
zip
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue