暫無描述

Mariano Z. 62d046935c dev: automated commit - 2025-09-29 13:31:58 4 月之前
.git-crypt b4cdb80b5c init 9 月之前
applications efa863631d dev: automated commit - 2025-09-28 19:29:58 4 月之前
config 62d046935c dev: automated commit - 2025-09-29 13:31:58 4 月之前
easyeffects efa863631d dev: automated commit - 2025-09-28 19:29:58 4 月之前
env dbcbcf4077 dev: automated commit - 2025-09-14 17:50:01 4 月之前
fonts 62d046935c dev: automated commit - 2025-09-29 13:31:58 4 月之前
fuzzel b4cdb80b5c init 9 月之前
git efa863631d dev: automated commit - 2025-09-28 19:29:58 4 月之前
gnupg 7bf9a172ac dev: automated commit - 2025-09-22 09:56:48 4 月之前
kitty a9a990ffed dev: automated commit - 2025-06-24 19:45:47 7 月之前
local-bin c9829cac0f dev: automated commit - 2025-09-22 16:46:12 4 月之前
mise fb87c567f6 dev: automated commit - 2025-07-16 19:04:54 6 月之前
npm 6018f7b0dc dev: automated commit - 2025-08-27 17:26:59 5 月之前
rofi b4cdb80b5c init 9 月之前
ssh dbcbcf4077 dev: automated commit - 2025-09-14 17:50:01 4 月之前
sway 0a04450061 dev: automated commit - 2025-09-29 12:00:54 4 月之前
swayidle b4cdb80b5c init 9 月之前
tmux 7bf9a172ac dev: automated commit - 2025-09-22 09:56:48 4 月之前
vpn-manager dac69a180b chore: zsh 9 月之前
waybar 62d046935c dev: automated commit - 2025-09-29 13:31:58 4 月之前
wezterm b4cdb80b5c init 9 月之前
wlogout b4cdb80b5c init 9 月之前
zathura dac69a180b chore: zsh 9 月之前
zsh 62d046935c dev: automated commit - 2025-09-29 13:31:58 4 月之前
.gitattributes b4cdb80b5c init 9 月之前
.gitignore b4cdb80b5c init 9 月之前
.stow-global-ignore b4cdb80b5c init 9 月之前
.stowrc b4cdb80b5c init 9 月之前
README.md dbcbcf4077 dev: automated commit - 2025-09-14 17:50:01 4 月之前
davmail.log dbcbcf4077 dev: automated commit - 2025-09-14 17:50:01 4 月之前
window_rule.md dbcbcf4077 dev: automated commit - 2025-09-14 17:50:01 4 月之前

README.md

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
  • 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
stow */

# Or install individual modules
stow zsh
stow nvim
stow niri

License

MIT