Sin descripción

Mariano Z. b4cdb80b5c init hace 9 meses
.git-crypt b4cdb80b5c init hace 9 meses
applications b4cdb80b5c init hace 9 meses
bin b4cdb80b5c init hace 9 meses
config b4cdb80b5c init hace 9 meses
easyeffects b4cdb80b5c init hace 9 meses
fonts b4cdb80b5c init hace 9 meses
fuzzel b4cdb80b5c init hace 9 meses
git b4cdb80b5c init hace 9 meses
gnupg b4cdb80b5c init hace 9 meses
kitty b4cdb80b5c init hace 9 meses
local-bin b4cdb80b5c init hace 9 meses
mise b4cdb80b5c init hace 9 meses
npm b4cdb80b5c init hace 9 meses
rofi b4cdb80b5c init hace 9 meses
ssh b4cdb80b5c init hace 9 meses
sway b4cdb80b5c init hace 9 meses
swayidle b4cdb80b5c init hace 9 meses
tmux b4cdb80b5c init hace 9 meses
vpn-manager b4cdb80b5c init hace 9 meses
waybar b4cdb80b5c init hace 9 meses
wezterm b4cdb80b5c init hace 9 meses
wlogout b4cdb80b5c init hace 9 meses
zathura b4cdb80b5c init hace 9 meses
zsh b4cdb80b5c init hace 9 meses
.gitattributes b4cdb80b5c init hace 9 meses
.gitignore b4cdb80b5c init hace 9 meses
.stow-global-ignore b4cdb80b5c init hace 9 meses
.stowrc b4cdb80b5c init hace 9 meses
README.md b4cdb80b5c init hace 9 meses
font-manager.sh b4cdb80b5c init hace 9 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