Host OS: Windows 11
WSL Distro: Arch Linux
Terminal: Windows Terminal
Shell: Fish + Starship
Fetch: Fastfetch
Editor: Neovim and Helix
File manager: Felix and Yazi
Browser: w3m
Windows taskbar: StartAllBack
Themes: Catppuccin, Tokyonight and Everforest
Font: JetBrainsMono Nerd Font Mono
- In order to keep
pkglist.txt
up to date, copysavepkgs.hook
to/usr/share/libalpm/hooks/
- To install the packages listed in
pkglist.txt
, runpacman -S --needed $(comm -12 <(pacman -Slq | sort) <(sort pkglist.txt))