diff options
author | Starfall <us@starfall.systems> | 2023-01-31 18:21:12 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-01-31 22:39:21 -0600 |
commit | aa6545e7bf59e93a0f36491bbf0e16f7625ced59 (patch) | |
tree | 170952bce0261c619397ed190058aab41a27cf6c | |
parent | 7d53682429a4d365db578af001c0c9f687971b71 (diff) |
README: more complete list of packages
-rw-r--r-- | README.md | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/README.md b/README.md index 1f97bbd..d6fd81f 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,26 @@ config config --local status.showUntrackedFiles no * pass (needs --asdep xclip) * p7zip * unzip +* tree * vim * zsh (remember to `chsh -s $(which zsh)`) +### paru for AUR +(pulls down rust) +``` +git clone https://aur.archlinux.org/paru.git ~/devil/external +cad !$ +makepkg -si +``` + ### monitoring and system info * htop * neofetch +### tool replacements +* bat +* exa + ### sshd config ```zsh echo <<END @@ -50,6 +63,9 @@ systemctl enable sshd ``` ### network +* magic-wormhole (pulls down python) +* ntp (be sure to `systemctl start ntpd`) +* ufw (if needed) #### iwd ```zsh @@ -83,9 +99,39 @@ systemctl start avahi-daemon # in /etc/nsswitch.conf, add `mdns_minimal [NOTFOUND=return]` before `resolve` ``` +### dev +* docker +* docker-buildx + ### desktop environment +* xorg-server +* xfce4 +* ttf-dejavu +* wqy-zenhei + +AUR: +* delft-icon-theme +* ttf-iosevka-term-curly + +#### sound +* pipewire +* pipewire-alsa +* pipewire-pulse +* pavucontrol + +#### media +* inkscape +* nomacs +* strawberry +* vlc +* yt-dlp + +#### web applications +* element-desktop (need a better client) +* discord * firefox -* gvfs +* thunderbird +* mumble ### sound * pavucontrol @@ -95,6 +141,7 @@ systemctl start avahi-daemon * xfce4-pulseaudio-plugin ### to describe +* gvfs * x and xfce * fortune * autoupdates @@ -103,6 +150,7 @@ systemctl start avahi-daemon * sound: pipewire, wireplumber * gpg, gpg-agent * turn all of this stuff into an ansible playbook or something else automatable +* printing with cups ## T430s full setup walkthrough Boot into live image |