summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.org82
1 files changed, 82 insertions, 0 deletions
diff --git a/README.org b/README.org
index 873ae02..0a4508e 100644
--- a/README.org
+++ b/README.org
@@ -5,6 +5,88 @@
 - configurations work the same way, everywhere
 * emacs
 * Linux
+** installed packages
+Under arch linux, you can run the following to get the list of installed packages:
+,
+#+begin_src sh
+pacman -Qqe
+#+end_src
+
+#+RESULTS:
+| alacritty              |
+| alsa-utils             |
+| base                   |
+| btrfs-progs            |
+| chromium               |
+| dmenu                  |
+| docker                 |
+| easytag                |
+| emacs                  |
+| ethtool                |
+| feh                    |
+| firefox                |
+| fwupd                  |
+| gcc                    |
+| git                    |
+| gnome-keyring          |
+| go                     |
+| htop                   |
+| hugo                   |
+| i3-wm                  |
+| i3lock                 |
+| i3status               |
+| intel-ucode            |
+| iwd                    |
+| jq                     |
+| lightdm                |
+| lightdm-gtk-greeter    |
+| linux                  |
+| linux-firmware         |
+| make                   |
+| man-db                 |
+| mc                     |
+| mg                     |
+| mpc                    |
+| mpd                    |
+| mupdf                  |
+| network-manager-applet |
+| noto-fonts             |
+| noto-fonts-cjk         |
+| noto-fonts-emoji       |
+| openssh                |
+| podman                 |
+| pulseaudio             |
+| pulseaudio-alsa        |
+| racket-minimal         |
+| redshift               |
+| restic                 |
+| ripgrep                |
+| rsync                  |
+| smbclient              |
+| strace                 |
+| sudo                   |
+| tcpdump                |
+| tmux                   |
+| ttf-bitstream-vera     |
+| ttf-dejavu             |
+| ttf-droid              |
+| unzip                  |
+| vi                     |
+| w3m                    |
+| wavemon                |
+| wireshark-cli          |
+| wireshark-qt           |
+| xclip                  |
+| xdg-user-dirs          |
+| xorg-server            |
+| xorg-xmodmap           |
+| xorg-xrandr            |
+| xorg-xrdb              |
+| xorg-xsetroot          |
+| xss-lock               |
+| xterm                  |
+| zsh                    |
+
 ** xorg
 To fix the touchpad (use reverse / natural scrolling and faster movement):
 #+begin_src