暂无描述

Mariano Z. 49a94e586e automated dev commit 10 月之前
.git-crypt b4cdb80b5c init 11 月之前
applications b4cdb80b5c init 11 月之前
bin b4cdb80b5c init 11 月之前
config 94fe54f20e automated dev commit 10 月之前
easyeffects b4cdb80b5c init 11 月之前
fonts cf5620f57f automated dev commit 10 月之前
fuzzel b4cdb80b5c init 11 月之前
git 49a94e586e automated dev commit 10 月之前
gnupg b4cdb80b5c init 11 月之前
kitty b4cdb80b5c init 11 月之前
local-bin 94fe54f20e automated dev commit 10 月之前
mise b4cdb80b5c init 11 月之前
npm b4cdb80b5c init 11 月之前
rofi b4cdb80b5c init 11 月之前
ssh 94fe54f20e automated dev commit 10 月之前
sway 94fe54f20e automated dev commit 10 月之前
swayidle b4cdb80b5c init 11 月之前
tmux b4cdb80b5c init 11 月之前
vpn-manager dac69a180b chore: zsh 11 月之前
waybar b4cdb80b5c init 11 月之前
wezterm b4cdb80b5c init 11 月之前
wlogout b4cdb80b5c init 11 月之前
zathura dac69a180b chore: zsh 11 月之前
zsh 94fe54f20e automated dev commit 10 月之前
.gitattributes b4cdb80b5c init 11 月之前
.gitignore b4cdb80b5c init 11 月之前
.stow-global-ignore b4cdb80b5c init 11 月之前
.stowrc b4cdb80b5c init 11 月之前
README.md b4cdb80b5c init 11 月之前
font-manager.sh b4cdb80b5c init 11 月之前

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