refactor
This commit is contained in:
parent
6eb130ba86
commit
92f35bf09d
1 changed files with 20 additions and 21 deletions
|
@ -7,28 +7,27 @@
|
||||||
home-manager
|
home-manager
|
||||||
|
|
||||||
# Useful system utilities
|
# Useful system utilities
|
||||||
tree # directory structure
|
tree
|
||||||
bc # basic calculator
|
bc
|
||||||
vim # editor
|
fd
|
||||||
ranger # console file manager
|
vim
|
||||||
htop # system monitor
|
ranger
|
||||||
scrot # screenshot
|
htop
|
||||||
jq # JSON processor
|
scrot
|
||||||
git # version control
|
jq
|
||||||
nmap # network mapper
|
git
|
||||||
xclip # clipboard
|
nmap
|
||||||
ripgrep # searches the current directory for a regex pattern
|
xclip
|
||||||
sshfs # mount filesystems over SSH
|
ripgrep
|
||||||
feh # image viewer
|
sshfs
|
||||||
|
feh
|
||||||
# HTTP
|
curl
|
||||||
curl # transfer dato to/from server
|
wget
|
||||||
wget # download files from web
|
unzip
|
||||||
|
p7zip
|
||||||
# Archive
|
|
||||||
unzip # extract zip archive
|
|
||||||
p7zip # extract 7z archive
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# List of directories to be symlinked to /run/current-system/sw
|
||||||
pathsToLink = ["/share/zsh"];
|
pathsToLink = ["/share/zsh"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue