No description
  • Shell 99.2%
  • Python 0.6%
  • HTML 0.1%
Find a file
2026-06-19 13:10:43 -03:00
.cursor dev: automated commit - 2026-06-10 12:59:04 2026-06-10 12:59:04 -03:00
.git-crypt init 2025-04-21 12:17:14 -03:00
alacritty/.config/alacritty dev: automated commit - 2026-04-05 12:34:32 2026-04-05 12:34:32 -03:00
applications/.local/share/applications/custom dev: automated commit - 2026-04-05 12:27:02 2026-04-05 12:27:02 -03:00
aws/.aws dev: automated commit - 2026-03-01 20:25:37 2026-03-01 20:25:37 -03:00
clapboard/.config/clapboard dev: automated commit - 2025-10-06 14:13:22 2025-10-06 14:13:22 -03:00
config/.config dev: automated commit - 2026-04-05 12:27:02 2026-04-05 12:27:02 -03:00
DankMaterialShell/.config/DankMaterialShell dev: automated commit - 2025-11-28 18:33:59 2025-11-28 18:33:59 -03:00
easyeffects/.config/easyeffects dev: automated commit - 2025-09-28 19:29:58 2025-09-28 19:29:58 -03:00
fonts dev: automated commit - 2026-06-10 12:59:04 2026-06-10 12:59:04 -03:00
fuzzel/.config/fuzzel dev: automated commit - 2026-04-05 12:34:32 2026-04-05 12:34:32 -03:00
git/.config/git dev: automated commit - 2026-01-13 11:39:58 2026-01-13 11:39:58 -03:00
gnupg/.local/share/gnupg dev: automated commit - 2026-06-12 19:24:36 2026-06-12 19:24:40 -03:00
local-bin/.local/bin dev: automated commit - 2026-06-12 11:16:25 2026-06-12 11:16:25 -03:00
mise/.config/mise dev: automated commit - 2026-06-19 13:10:43 2026-06-19 13:10:43 -03:00
niri/.config/niri dev: automated commit - 2026-06-19 13:10:43 2026-06-19 13:10:43 -03:00
noctalia/.config/noctalia dev: automated commit - 2026-03-02 20:44:52 2026-03-10 22:18:17 -03:00
npm/.config/npm dev: automated commit - 2026-06-10 12:59:04 2026-06-10 12:59:04 -03:00
rofi/.config/rofi dev: automated commit - 2026-06-10 12:59:04 2026-06-10 12:59:04 -03:00
ssh/.ssh dev: automated commit - 2026-04-03 20:22:48 2026-04-03 20:22:48 -03:00
sway/.config/sway dev: automated commit - 2025-11-25 12:00:06 2025-11-25 12:00:06 -03:00
television/.config/television/cable dev: automated commit - 2026-04-05 11:52:38 2026-04-05 11:52:38 -03:00
tmux/.config/tmux dev: automated commit 2025-12-29 12:58:40 -03:00
tofi/.config/tofi dev: automated commit - 2025-10-21 09:15:34 2025-10-21 09:15:34 -03:00
waybar/.config/waybar dev: automated commit - 2025-09-29 16:06:36 2025-09-29 16:06:36 -03:00
web-apps/.local/share dev: automated commit - 2026-03-11 15:02:11 2026-03-11 15:02:11 -03:00
zathura/.config/zathura chore: zsh 2025-04-21 13:56:10 -03:00
zed/.config/zed dev: automated commit - 2026-04-05 12:27:02 2026-04-05 12:27:02 -03:00
zsh/.config/zsh dev: automated commit - 2026-06-19 13:10:43 2026-06-19 13:10:43 -03:00
.gitattributes dev: automated commit - 2026-04-05 11:52:38 2026-04-05 11:52:38 -03:00
.gitignore init 2025-04-21 12:17:14 -03:00
.stow-global-ignore init 2025-04-21 12:17:14 -03:00
.stowrc init 2025-04-21 12:17:14 -03:00
CLAUDE.md dev: automated commit - 2026-06-10 12:59:04 2026-06-10 12:59:04 -03:00
Justfile dev: automated commit - 2026-06-12 19:24:36 2026-06-12 19:24:40 -03:00
README.md dev: automated commit - 2026-06-12 19:24:36 2026-06-12 19:24:40 -03:00
window_rule.md dev: automated commit - 2025-09-14 17:50:01 2025-09-14 17:50:01 -03:00

Dotfiles

Personal dotfiles for my Linux system running Niri (Wayland).

Overview

  • Window Management: Niri, Waybar, Swayidle
  • Terminals: Kitty, WezTerm
  • Development: Neovim, Git, Tmux, npm, mise
  • Shell: Zsh with custom functions, aliases, keymaps
  • Launchers: Rofi, Fuzzel

Requirements

  • stow
  • just
  • git-crypt (for encrypted files)

Installation

# Clone repository
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

# Decrypt sensitive files (if you have access)
git-crypt unlock /path/to/key

# Install everything
just stow-all

# Or install individual modules
just stow zsh
just stow niri
just stow gnupg

just stow <module> runs GNU Stow and then applies any module-specific post-stow hook. For example, the gnupg hook fixes the GPG home permissions, imports the YubiKey public key metadata, refreshes card stubs, and restarts the agent.

License

MIT