Sin descripción

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

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