Sin descripción

Mariano Z. dac69a180b chore: zsh hace 11 meses
.git-crypt b4cdb80b5c init hace 11 meses
applications b4cdb80b5c init hace 11 meses
bin b4cdb80b5c init hace 11 meses
config b4cdb80b5c init hace 11 meses
easyeffects b4cdb80b5c init hace 11 meses
fonts b4cdb80b5c init hace 11 meses
fuzzel b4cdb80b5c init hace 11 meses
git b4cdb80b5c init hace 11 meses
gnupg b4cdb80b5c init hace 11 meses
kitty b4cdb80b5c init hace 11 meses
local-bin b4cdb80b5c init hace 11 meses
mise b4cdb80b5c init hace 11 meses
npm b4cdb80b5c init hace 11 meses
rofi b4cdb80b5c init hace 11 meses
ssh dac69a180b chore: zsh hace 11 meses
sway b4cdb80b5c init hace 11 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 dac69a180b chore: zsh hace 11 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