No Description

Mariano Z. 40f995b0ff automated dev commit 10 months ago
.git-crypt b4cdb80b5c init 11 months ago
applications b4cdb80b5c init 11 months ago
bin b4cdb80b5c init 11 months ago
config b4cdb80b5c init 11 months ago
easyeffects b4cdb80b5c init 11 months ago
fonts b4cdb80b5c init 11 months ago
fuzzel b4cdb80b5c init 11 months ago
git b4cdb80b5c init 11 months ago
gnupg b4cdb80b5c init 11 months ago
kitty b4cdb80b5c init 11 months ago
local-bin b4cdb80b5c init 11 months ago
mise b4cdb80b5c init 11 months ago
npm b4cdb80b5c init 11 months ago
rofi b4cdb80b5c init 11 months ago
ssh cf74e468e4 chore: update other crap 11 months ago
sway b4cdb80b5c init 11 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 40f995b0ff automated dev commit 10 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