10 lines
180 B
Markdown
10 lines
180 B
Markdown
|
# Dot Files
|
||
|
Version controlled dot files intended to be used with stow.
|
||
|
|
||
|
```shell
|
||
|
git clone https://git.pipsquire.com/djweber12/dotfiles.git ~/.dotfiles
|
||
|
cd ~/.dotfiles
|
||
|
stow *
|
||
|
```
|
||
|
|