설명 없음

Mariano Z. dac69a180b chore: zsh 9 달 전
.git-crypt b4cdb80b5c init 9 달 전
applications b4cdb80b5c init 9 달 전
bin b4cdb80b5c init 9 달 전
config b4cdb80b5c init 9 달 전
easyeffects b4cdb80b5c init 9 달 전
fonts b4cdb80b5c init 9 달 전
fuzzel b4cdb80b5c init 9 달 전
git b4cdb80b5c init 9 달 전
gnupg b4cdb80b5c init 9 달 전
kitty b4cdb80b5c init 9 달 전
local-bin b4cdb80b5c init 9 달 전
mise b4cdb80b5c init 9 달 전
npm b4cdb80b5c init 9 달 전
rofi b4cdb80b5c init 9 달 전
ssh dac69a180b chore: zsh 9 달 전
sway b4cdb80b5c init 9 달 전
swayidle b4cdb80b5c init 9 달 전
tmux b4cdb80b5c init 9 달 전
vpn-manager dac69a180b chore: zsh 9 달 전
waybar b4cdb80b5c init 9 달 전
wezterm b4cdb80b5c init 9 달 전
wlogout b4cdb80b5c init 9 달 전
zathura dac69a180b chore: zsh 9 달 전
zsh dac69a180b chore: zsh 9 달 전
.gitattributes b4cdb80b5c init 9 달 전
.gitignore b4cdb80b5c init 9 달 전
.stow-global-ignore b4cdb80b5c init 9 달 전
.stowrc b4cdb80b5c init 9 달 전
README.md b4cdb80b5c init 9 달 전
font-manager.sh b4cdb80b5c init 9 달 전

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