Nincs leírás

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

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