Nessuna descrizione

Mariano Z. 38747ba84e dev: automated commit - 2025-06-09 10:20:01 9 mesi fa
.git-crypt b4cdb80b5c init 11 mesi fa
applications b4cdb80b5c init 11 mesi fa
bin 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 9 mesi fa
config 94fe54f20e automated dev commit 10 mesi fa
easyeffects b4cdb80b5c init 11 mesi fa
fonts cf5620f57f automated dev commit 10 mesi fa
fuzzel b4cdb80b5c init 11 mesi fa
git 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 mesi fa
gnupg b4cdb80b5c init 11 mesi fa
kitty b4cdb80b5c init 11 mesi fa
local-bin 9076125efa dev: automated commit - 2025-05-31 15:50:49 9 mesi fa
mise 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 9 mesi fa
npm b4cdb80b5c init 11 mesi fa
rofi b4cdb80b5c init 11 mesi fa
ssh 6f13d4b40d dev: automated commit - 2025-06-08 21:44:47 9 mesi fa
sway c71e2bd9a9 dev: automated commit - 2025-06-09 09:35:58 9 mesi fa
swayidle b4cdb80b5c init 11 mesi fa
tmux b4cdb80b5c init 11 mesi fa
vpn-manager dac69a180b chore: zsh 11 mesi fa
waybar c71e2bd9a9 dev: automated commit - 2025-06-09 09:35:58 9 mesi fa
wezterm b4cdb80b5c init 11 mesi fa
wlogout b4cdb80b5c init 11 mesi fa
zathura dac69a180b chore: zsh 11 mesi fa
zsh 38747ba84e dev: automated commit - 2025-06-09 10:20:01 9 mesi fa
.gitattributes b4cdb80b5c init 11 mesi fa
.gitignore b4cdb80b5c init 11 mesi fa
.stow-global-ignore b4cdb80b5c init 11 mesi fa
.stowrc b4cdb80b5c init 11 mesi fa
README.md b4cdb80b5c init 11 mesi fa
font-manager.sh b4cdb80b5c init 11 mesi fa

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