Update config files to use stow

This commit is contained in:
2026-03-16 22:00:33 -07:00
parent fd65dc3aad
commit 08f4f3d114
26 changed files with 9 additions and 14 deletions

View File

@@ -1,6 +1,11 @@
# Dotfiles
Collection of configuration/dotfiles. Most are designed to be linked via GNU stow, for example:
```
stow --dotfile git
```
## Install
Install tpm for tmux:
`git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`
Link all dotfiles:
`stow git zsh nvim vim tmux`