add some programs I use

This commit is contained in:
Justin Lin
2022-06-27 22:03:50 +08:00
parent bacb71150c
commit 1689ee92c3

View File

@@ -65,3 +65,17 @@ A,mutt-wizard-git,"is a light-weight terminal-based email system."
,slock,"allows you to lock your computer, and quickly unlock with your password." ,slock,"allows you to lock your computer, and quickly unlock with your password."
,socat,"is a utility which establishes two byte streams and transfers data between them." ,socat,"is a utility which establishes two byte streams and transfers data between them."
,moreutils,"is a collection of useful unix tools." ,moreutils,"is a collection of useful unix tools."
,rsync,"copies files"
,polkit,"is used for controlling system-wide privileges"
,usbutils,"has lsusb"
,ledger,"is a double-entry accouting program"
,ibus,"is a Chinese input method"
A,ibus-array,"is a Chinese input method"
,ibus-chewing,"is a Chinese input method"
,networkmanager,"manages network"
,networkmanager-openrc,"manages network"
,ttf-hack,"is a nice monospace font"
,xorg-xinput,"manages your mouses and keyboards"
,bluez,"manages bluetooth devices"
,bluez-utils,"manages bluetooth devices"
,bluez-openrc,"manages bluetooth devices"
1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
65 slock allows you to lock your computer, and quickly unlock with your password.
66 socat is a utility which establishes two byte streams and transfers data between them.
67 moreutils is a collection of useful unix tools.
68 rsync copies files
69 polkit is used for controlling system-wide privileges
70 usbutils has lsusb
71 ledger is a double-entry accouting program
72 ibus is a Chinese input method
73 A ibus-array is a Chinese input method
74 ibus-chewing is a Chinese input method
75 networkmanager manages network
76 networkmanager-openrc manages network
77 ttf-hack is a nice monospace font
78 xorg-xinput manages your mouses and keyboards
79 bluez manages bluetooth devices
80 bluez-utils manages bluetooth devices
81 bluez-openrc manages bluetooth devices