No Description

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