8bb53d1e0ea2dc09945618ef3af5da09f7fd7e8d
statusline 등 non-interactive fish가 매 호출마다 security CLI를 실행해 macOS 키체인 권한 다이얼로그가 반복적으로 뜨던 문제 수정. Linux 분기와 동일한 set -q 가드로 통일.
Dotfiles
Personal configuration files managed with GNU Stow.
Contents
- nvim: Neovim (LazyVim + Dracula theme, python/yaml/docker/json/markdown extras)
- tmux: tmux (Dracula theme)
- kitty: Kitty terminal (Dracula theme, Fira Code Nerd Font)
- fish: Fish shell (Fisher, fzf.fish, nvm)
Installation
# Prerequisites
brew install stow
# Clone and deploy
git clone https://gitea.inouter.com/kaffa/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow fish kitty nvim tmux
Management
# Add new package
mkdir -p ~/dotfiles/toolname/.config/toolname
cp -r ~/.config/toolname/* ~/dotfiles/toolname/.config/toolname/
stow toolname
# Remove package
stow -D tmux
# Dry run (simulate)
stow -n -v tmux
Structure
~/dotfiles/
├── fish/
│ └── .config/fish/
│ ├── config.fish
│ ├── completions/
│ ├── conf.d/
│ ├── functions/
│ └── themes/
├── kitty/
│ └── .config/kitty/
│ ├── kitty.conf
│ └── dracula.conf
├── nvim/
│ └── .config/nvim/
│ ├── init.lua
│ ├── lazyvim.json
│ └── lua/
│ ├── config/
│ └── plugins/
└── tmux/
└── .tmux.conf
test Sun Mar 15 05:10:08 PM KST 2026
Languages
Shell
73.1%
Lua
26.9%