بدون توضیح

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

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