You can install one of my dotfiles with:
stow --dotfiles --target=$HOME <foldername>or, alternativley if you've stow'd .aliases, and added .aliases to your aliases (does not work with firefox)
update-stow <foldername>Where <foldername> is the name of dotfile you'd like to install (alacritty, firefox, mise, python, tmux, wezterm, zim)
Do note for firefox, some more configuration will be required.
stow --adopt --target=$HOME/.mozilla/firefox/<yourprofile>default-release firefoxFill in <yourprofile>. Read about firefox profiles here.
- Press a + I (capital I, as in Install) to install the tmux plugin manager
Pacman packages are stored under arch/packages, import/export commands are below (Also as arch/.local/bin/download-packages and list-packages)
pacman -Qqe | grep -Fvx "$(pacman -Qqm)" > packages
xargs pacman -S --needed --noconfirm < packages