暫無描述

Mariano Z. c84dfa059e dev: automated commit - 2025-09-05 14:49:59 5 月之前
.git-crypt b4cdb80b5c init 9 月之前
applications 94487551fc dev: automated commit - 2025-07-16 19:26:06 6 月之前
config 6018f7b0dc dev: automated commit - 2025-08-27 17:26:59 5 月之前
easyeffects b4cdb80b5c init 9 月之前
env 77a15abcf4 dev: automated commit - 2025-08-16 22:19:32 5 月之前
fonts cf5620f57f automated dev commit 9 月之前
fuzzel b4cdb80b5c init 9 月之前
git 3e46d4fe4f dev: automated commit - 2025-07-17 09:33:47 6 月之前
gnupg 6018f7b0dc dev: automated commit - 2025-08-27 17:26:59 5 月之前
kitty a9a990ffed dev: automated commit - 2025-06-24 19:45:47 7 月之前
local-bin 59610733ec dev: automated commit - 2025-08-27 17:20:43 5 月之前
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 6018f7b0dc dev: automated commit - 2025-08-27 17:26:59 5 月之前
sway c84dfa059e dev: automated commit - 2025-09-05 14:49:59 5 月之前
swayidle b4cdb80b5c init 9 月之前
tmux b4cdb80b5c init 9 月之前
vpn-manager dac69a180b chore: zsh 9 月之前
waybar a9a990ffed dev: automated commit - 2025-06-24 19:45:47 7 月之前
wezterm b4cdb80b5c init 9 月之前
wlogout b4cdb80b5c init 9 月之前
zathura dac69a180b chore: zsh 9 月之前
zsh c84dfa059e dev: automated commit - 2025-09-05 14:49:59 5 月之前
.gitattributes b4cdb80b5c init 9 月之前
.gitignore b4cdb80b5c init 9 月之前
.stow-global-ignore b4cdb80b5c init 9 月之前
.stowrc b4cdb80b5c init 9 月之前
README.md b4cdb80b5c init 9 月之前
font-manager.sh b4cdb80b5c init 9 月之前

README.md

Dotfiles

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

Overview

  • Window Management: Sway, 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 sway

License

MIT