mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 06:04:41 +00:00
Initial dotfiles setup with GNU stow
Centralize dotfiles from ~ into stow packages: - zsh: .zshrc, .zshenv - git: .gitconfig - nvim: init.lua, lua/, plugin/, after/, lazy-lock.json - tmux: tmux.conf, session-list.sh - karabiner: karabiner.json - ghostty: config.ghostty - claude: CLAUDE.md, settings.json, settings.local.json, statusline.sh, 30 commands
This commit is contained in:
commit
44176e60f9
68 changed files with 6529 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude
|
||||
|
||||
install:
|
||||
brew install stow
|
||||
stow -t ~ $(STOW_PACKAGES)
|
||||
|
||||
uninstall:
|
||||
stow -t ~ -D $(STOW_PACKAGES)
|
||||
|
||||
restow:
|
||||
stow -t ~ -R $(STOW_PACKAGES)
|
||||
Loading…
Add table
Add a link
Reference in a new issue