10 lines
232 B
Markdown
10 lines
232 B
Markdown
# Dot Files
|
|
Version controlled dot files intended to be used with stow.
|
|
|
|
```shell
|
|
git clone --recurse-submodules https://git.pipsquire.com/djweber12/dotfiles.git ~/.dotfiles
|
|
cd ~/.dotfiles
|
|
stow ollama tmux top_level kitty nvim
|
|
```
|
|
|