Personal config
- Shell 59.1%
- Lua 30.8%
- Python 8.2%
- CSS 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| bash | ||
| bat | ||
| bspwm | ||
| dunst | ||
| ghostty | ||
| hypr | ||
| irssi | ||
| kitty | ||
| mattermost | ||
| misc | ||
| murmur | ||
| nvim | ||
| picom | ||
| polybar | ||
| pypr | ||
| qtile | ||
| rofi | ||
| satty | ||
| sesh | ||
| starship | ||
| sxhkd | ||
| system/battery-care | ||
| templates | ||
| tmux | ||
| waybar | ||
| zellij | ||
| zsh | ||
| .gitignore | ||
| alacritty.toml | ||
| authorized_keys | ||
| catppuccin-macchiato.toml | ||
| commit-template.txt | ||
| dir_colors | ||
| fb-clean-my-feeds_settings.json | ||
| gitconfig | ||
| gitignore | ||
| mostrc | ||
| neofetch | ||
| nord | ||
| README.md | ||
| ticker.yaml | ||
| Xresources | ||
Dotfiles
Personal configuration files for a keyboard-driven Linux desktop. Currently using Arch Linux with Hyprland or Qtile on Wayland, plus a legacy bspwm/X11 config. Nord color scheme throughout.
Companion shell scripts live in a separate repository: duct-tape - backup helpers, rofi menus, notification scripts, etc.
Symlink configs to ~/.config/ as needed:
ln -s ~/dotfiles/hypr ~/.config/hypr
ln -s ~/dotfiles/nvim ~/.config/nvim
# etc.
hypr/README.md- Hyprland keybindings and dependenciesqtile/README.md- Qtile Wayland setup, dependencies and checks
System configuration
The files under system/battery-care/ implement the
ASUS 80% battery charge limit. They are copied to their privileged locations by
the install-battery-care command from the companion duct-tape repository;
they are not symlinked into /etc because early-boot configuration should not
depend on a user home directory being available.