No Description

Mariano Z. 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 8 months ago
.git-crypt b4cdb80b5c init 9 months ago
applications b4cdb80b5c init 9 months ago
bin 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 8 months ago
config 94fe54f20e automated dev commit 9 months ago
easyeffects b4cdb80b5c init 9 months ago
fonts cf5620f57f automated dev commit 9 months ago
fuzzel b4cdb80b5c init 9 months ago
git 9076125efa dev: automated commit - 2025-05-31 15:50:49 8 months ago
gnupg b4cdb80b5c init 9 months ago
kitty b4cdb80b5c init 9 months ago
local-bin 9076125efa dev: automated commit - 2025-05-31 15:50:49 8 months ago
mise 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 8 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 94fe54f20e automated dev commit 9 months ago
swayidle b4cdb80b5c init 9 months ago
tmux b4cdb80b5c init 9 months ago
vpn-manager dac69a180b chore: zsh 9 months ago
waybar 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 8 months ago
wezterm b4cdb80b5c init 9 months ago
wlogout b4cdb80b5c init 9 months ago
zathura dac69a180b chore: zsh 9 months ago
zsh 9076125efa dev: automated commit - 2025-05-31 15:50:49 8 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