No Description

Mariano Z. e05ed080e2 dev: automated commit - 2025-07-17 09:34:37 6 months ago
.git-crypt b4cdb80b5c init 9 months ago
applications 94487551fc dev: automated commit - 2025-07-16 19:26:06 6 months ago
config 72582c5246 dev: automated commit - 2025-07-08 10:25:25 7 months ago
easyeffects b4cdb80b5c init 9 months ago
env 72582c5246 dev: automated commit - 2025-07-08 10:25:25 7 months ago
fonts cf5620f57f automated dev commit 9 months ago
fuzzel b4cdb80b5c init 9 months ago
git 3e46d4fe4f dev: automated commit - 2025-07-17 09:33:47 6 months ago
gnupg b4cdb80b5c init 9 months ago
kitty a9a990ffed dev: automated commit - 2025-06-24 19:45:47 7 months ago
local-bin 94487551fc dev: automated commit - 2025-07-16 19:26:06 6 months ago
mise fb87c567f6 dev: automated commit - 2025-07-16 19:04:54 6 months ago
npm b4cdb80b5c init 9 months ago
rofi b4cdb80b5c init 9 months ago
ssh 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 8 months ago
sway e05ed080e2 dev: automated commit - 2025-07-17 09:34:37 6 months ago
swayidle b4cdb80b5c init 9 months ago
tmux b4cdb80b5c init 9 months ago
vpn-manager dac69a180b chore: zsh 9 months ago
waybar a9a990ffed dev: automated commit - 2025-06-24 19:45:47 7 months ago
wezterm b4cdb80b5c init 9 months ago
wlogout b4cdb80b5c init 9 months ago
zathura dac69a180b chore: zsh 9 months ago
zsh 3e46d4fe4f dev: automated commit - 2025-07-17 09:33:47 6 months ago
.gitattributes b4cdb80b5c init 9 months ago
.gitignore b4cdb80b5c init 9 months ago
.stow-global-ignore b4cdb80b5c init 9 months ago
.stowrc b4cdb80b5c init 9 months ago
README.md b4cdb80b5c init 9 months ago
font-manager.sh b4cdb80b5c init 9 months ago

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