Skip to content

zigzter/dotfiles

Repository files navigation

My dotfiles

Requires stow. Only tested on Arch Linux (btw). Split between my laptop and desktop setups.

  1. Clone repo
  2. CD in, and run make (If you're not me, you'll probably have to edit the Makefile with the appropriate machine names)

Some features:

  • Laptop Window manager: hyprland
  • Laptop Status bar: waybar
  • Laptop Logout menu: wlogout
  • Laptop Launcher: wofi
  • Desktop DE: kde plasma
  • Terminal: kitty
  • Editor: neovim (btw)

Install process

Install Arch

  • When running the pacstrap command, add ${amd | intel}-ucode, networkmanager, base-devel
  • Once chrooted into install, enable NetworkManager with systemctl enable --now NetworkManager.service Run install.sh