Skip to content

sdysch/dotfiles

Repository files navigation

dotfiles

Install Arch

  • This is a store for the various configuration files that I use, across the machines that I work on.

arch

OS setups

Arch setup

Installation

  • Clone repo to ~/dotfiles, then follow system specific instructions below

Arch

My main/daily driver

  • On top of a base arch install
  • Installation with gnu stow
  • For home, clone repo to ~/dotfiles then:
cd ~/dotfiles
source install_scripts/install_arch.sh
cd setups
stow --no-folding arch --target=$HOME
stow --no-folding common --target=$HOME
  • Then reboot

Annoyances

  • Have to enable many systemd services manually (non-exhaustive list), I haven't kept good records of what I've done
  • Partial list with systemctl list-units --type=service --state=running
    • NetworkManager.service
    • bluetooth.service
    • cronie.service
    • mpd-mpris.service
    • mpd.service
    • pipewire.service
    • pulseaudio.service
    • sddm.service
    • wpa_supplicant.service
  • sddm/lightdm themes need to be installed system- not user-wide

Xubuntu

Still maintain legacy configs, but they are not guaranteed to work