dotfiles/README.md

10 lines
232 B
Markdown
Raw Normal View History

2024-06-28 14:00:35 -04:00
# Dot Files
Version controlled dot files intended to be used with stow.
```shell
2025-03-29 11:41:04 -04:00
git clone --recurse-submodules https://git.pipsquire.com/djweber12/dotfiles.git ~/.dotfiles
2024-06-28 14:00:35 -04:00
cd ~/.dotfiles
2025-03-29 11:41:04 -04:00
stow ollama tmux top_level kitty nvim
2024-06-28 14:00:35 -04:00
```