chore: shuffle some tools from arch to shell groups
This commit is contained in:
parent
2ae2536a81
commit
13024f17c1
5 changed files with 15 additions and 3 deletions
11
README.md
11
README.md
|
@ -199,10 +199,21 @@ but the details still need to be fleshed out.
|
|||
|
||||
### Groups
|
||||
|
||||
#### [./groups/shell](shell)
|
||||
|
||||
- shell/basics: without these a linux machine is hardly usable
|
||||
- shell/tools: without these, a linux computer is not productively usable for me
|
||||
- shell/enhancements: replacements for commonly used, dated tools, such as `ls`->`exa` and `top`->`glances`
|
||||
|
||||
#### [./groups/arch](arch)
|
||||
|
||||
- tools: utilities required for my dotfiles and daily use
|
||||
- base: opinionated (slightly bloated) base system
|
||||
- full: normal install
|
||||
- all: every package I use somewhat regularly
|
||||
- portable: base but with packages for installations on removable media
|
||||
|
||||
|
||||
### Handlers
|
||||
|
||||
...
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
pacman-static
|
||||
arch/tools
|
||||
shell/all
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
pacman-static
|
||||
shell/tools
|
||||
fd
|
||||
hunt
|
||||
zsh-completions
|
||||
python-pynvim
|
||||
unrar
|
||||
man-pages
|
||||
zsh-doc
|
||||
base-devel
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
hunt
|
||||
topgrade
|
||||
ripgrep
|
||||
exa
|
||||
glances
|
||||
|
|
|
@ -16,3 +16,4 @@ jq
|
|||
bc
|
||||
neofetch
|
||||
dos2unix
|
||||
unrar
|
||||
|
|
Loading…
Add table
Reference in a new issue