Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aileks/dotfiles

Repository files navigation

Arch Linux Dotfiles

Desktop environment built on DWM-Flexipatch with the Ashen colorscheme.

Features

  • WM: DWM w/ Flexipatch
  • Status bar: dwmblocks with colored status2d modules
  • Terminal: WezTerm
  • Launcher: Rofi
  • Compositor: Picom
  • Notifications: Dunst
  • Lockscreen: Betterlockscreen
  • Shell: Zsh
  • Editor: Emacs
  • File manager: Yazi
  • PDF viewer: Zathura

List of keybinds here here

Quick Start

curl -fsSL https://aileks.dev/linux | bash

Or manually:

git clone --recursive https://github.com/aileks/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

Flags

./install.sh              # Interactive menu
./install.sh 1            # Full setup (symlinks + build)
./install.sh 2            # Symlink only
./install.sh --dry-run 1  # Preview changes

Lock on Suspend

sudo systemctl enable betterlockscreen@$USER

Resources