Açıklama Yok

Mariano Z. 40f995b0ff automated dev commit 10 ay önce
.git-crypt b4cdb80b5c init 11 ay önce
applications b4cdb80b5c init 11 ay önce
bin b4cdb80b5c init 11 ay önce
config b4cdb80b5c init 11 ay önce
easyeffects b4cdb80b5c init 11 ay önce
fonts b4cdb80b5c init 11 ay önce
fuzzel b4cdb80b5c init 11 ay önce
git b4cdb80b5c init 11 ay önce
gnupg b4cdb80b5c init 11 ay önce
kitty b4cdb80b5c init 11 ay önce
local-bin b4cdb80b5c init 11 ay önce
mise b4cdb80b5c init 11 ay önce
npm b4cdb80b5c init 11 ay önce
rofi b4cdb80b5c init 11 ay önce
ssh cf74e468e4 chore: update other crap 11 ay önce
sway b4cdb80b5c init 11 ay önce
swayidle b4cdb80b5c init 11 ay önce
tmux b4cdb80b5c init 11 ay önce
vpn-manager dac69a180b chore: zsh 11 ay önce
waybar b4cdb80b5c init 11 ay önce
wezterm b4cdb80b5c init 11 ay önce
wlogout b4cdb80b5c init 11 ay önce
zathura dac69a180b chore: zsh 11 ay önce
zsh 40f995b0ff automated dev commit 10 ay önce
.gitattributes b4cdb80b5c init 11 ay önce
.gitignore b4cdb80b5c init 11 ay önce
.stow-global-ignore b4cdb80b5c init 11 ay önce
.stowrc b4cdb80b5c init 11 ay önce
README.md b4cdb80b5c init 11 ay önce
font-manager.sh b4cdb80b5c init 11 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