First install GNU stow
:
sudo apt-get install stow
Then use GNU stow to install the dotfiles:
stow */
sudo apt-get install $(cat ./packages.txt)
- On arch, you can use bluetuith for a text based interface to connect to bluetooth devices.
- For a GUI, use blueman-manager or blueman-applet (X11 only at the time of writing).
- For audio on arch, use pavucontrol
pacman -Qqe > pkglist.txt
pacman -S --needed - < pkglist.txt
yay -S --needed - < pkglist.txt