zigzter / dotfiles

My dotfiles for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 stow common and stow ${desktop || laptop}

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

About

My dotfiles for Linux


Languages

Language:Shell 78.1%Language:Lua 17.6%Language:CSS 4.3%