Skip to content

GersiD/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Personal Dot Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published