No Description

Mariano Z. 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 months ago
.git-crypt b4cdb80b5c init 11 months ago
applications b4cdb80b5c init 11 months ago
bin b4cdb80b5c init 11 months ago
config 94fe54f20e automated dev commit 10 months ago
easyeffects b4cdb80b5c init 11 months ago
fonts cf5620f57f automated dev commit 10 months ago
fuzzel b4cdb80b5c init 11 months ago
git 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 months ago
gnupg b4cdb80b5c init 11 months ago
kitty b4cdb80b5c init 11 months ago
local-bin 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 months ago
mise 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 months ago
npm b4cdb80b5c init 11 months ago
rofi b4cdb80b5c init 11 months ago
ssh 94fe54f20e automated dev commit 10 months ago
sway 94fe54f20e automated dev commit 10 months ago
swayidle b4cdb80b5c init 11 months ago
tmux b4cdb80b5c init 11 months ago
vpn-manager dac69a180b chore: zsh 11 months ago
waybar b4cdb80b5c init 11 months ago
wezterm b4cdb80b5c init 11 months ago
wlogout b4cdb80b5c init 11 months ago
zathura dac69a180b chore: zsh 11 months ago
zsh 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 months ago
.gitattributes b4cdb80b5c init 11 months ago
.gitignore b4cdb80b5c init 11 months ago
.stow-global-ignore b4cdb80b5c init 11 months ago
.stowrc b4cdb80b5c init 11 months ago
README.md b4cdb80b5c init 11 months ago
font-manager.sh b4cdb80b5c init 11 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