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
|
||||||
|
|
||||||
|
#### [./groups/shell](shell)
|
||||||
|
|
||||||
- shell/basics: without these a linux machine is hardly usable
|
- shell/basics: without these a linux machine is hardly usable
|
||||||
- shell/tools: without these, a linux computer is not productively usable for me
|
- 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`
|
- 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
|
### Handlers
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pacman-static
|
|
||||||
arch/tools
|
arch/tools
|
||||||
shell/all
|
shell/all
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
pacman-static
|
||||||
shell/tools
|
shell/tools
|
||||||
fd
|
fd
|
||||||
hunt
|
|
||||||
zsh-completions
|
zsh-completions
|
||||||
python-pynvim
|
python-pynvim
|
||||||
unrar
|
|
||||||
man-pages
|
man-pages
|
||||||
zsh-doc
|
zsh-doc
|
||||||
base-devel
|
base-devel
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
hunt
|
||||||
|
topgrade
|
||||||
ripgrep
|
ripgrep
|
||||||
exa
|
exa
|
||||||
glances
|
glances
|
||||||
|
|
|
@ -16,3 +16,4 @@ jq
|
||||||
bc
|
bc
|
||||||
neofetch
|
neofetch
|
||||||
dos2unix
|
dos2unix
|
||||||
|
unrar
|
||||||
|
|
Loading…
Add table
Reference in a new issue