Açıklama Yok

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

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