22 lines
407 B
Text
22 lines
407 B
Text
Use this file as a post-it for packages to install on laptop/desktop.
|
|
|
|
add notation about awk as
|
|
Select everything but the second field:
|
|
awk '!($2="")'
|
|
|
|
add notation about tr (translate command):
|
|
replace every newline with a single space:
|
|
tr '\n' ' '
|
|
|
|
|
|
install the following:
|
|
|
|
doas pacman -S w3m yay
|
|
|
|
from the aur:
|
|
|
|
cd aur_packages
|
|
git clone https://aur.archlinux.org/rsv
|
|
cd rsv
|
|
mkpkg -Si
|
|
makepkg --install
|