Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 710 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 710 Bytes

Personal Dotfiles

Installation

First install GNU stow:

sudo apt-get install stow

Then use GNU stow to install the dotfiles:

stow */

To Install Apt Packages

sudo apt-get install $(cat ./packages.txt)

Some Useful Notes

  • 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

Exporting and Importing arch packages

Exporting

pacman -Qqe > pkglist.txt

Importing

pacman -S --needed - < pkglist.txt

With yay

yay -S --needed - < pkglist.txt