Žiadny popis

Mariano Z. 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 mesiacov pred
.git-crypt b4cdb80b5c init 11 mesiacov pred
applications b4cdb80b5c init 11 mesiacov pred
bin b4cdb80b5c init 11 mesiacov pred
config 94fe54f20e automated dev commit 10 mesiacov pred
easyeffects b4cdb80b5c init 11 mesiacov pred
fonts cf5620f57f automated dev commit 10 mesiacov pred
fuzzel b4cdb80b5c init 11 mesiacov pred
git 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 mesiacov pred
gnupg b4cdb80b5c init 11 mesiacov pred
kitty b4cdb80b5c init 11 mesiacov pred
local-bin 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 mesiacov pred
mise 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 mesiacov pred
npm b4cdb80b5c init 11 mesiacov pred
rofi b4cdb80b5c init 11 mesiacov pred
ssh 94fe54f20e automated dev commit 10 mesiacov pred
sway 94fe54f20e automated dev commit 10 mesiacov pred
swayidle b4cdb80b5c init 11 mesiacov pred
tmux b4cdb80b5c init 11 mesiacov pred
vpn-manager dac69a180b chore: zsh 11 mesiacov pred
waybar b4cdb80b5c init 11 mesiacov pred
wezterm b4cdb80b5c init 11 mesiacov pred
wlogout b4cdb80b5c init 11 mesiacov pred
zathura dac69a180b chore: zsh 11 mesiacov pred
zsh 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 mesiacov pred
.gitattributes b4cdb80b5c init 11 mesiacov pred
.gitignore b4cdb80b5c init 11 mesiacov pred
.stow-global-ignore b4cdb80b5c init 11 mesiacov pred
.stowrc b4cdb80b5c init 11 mesiacov pred
README.md b4cdb80b5c init 11 mesiacov pred
font-manager.sh b4cdb80b5c init 11 mesiacov pred

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