dotfiles/README.md

13 lines
197 B
Markdown
Raw Normal View History

2024-05-18 03:21:02 -04:00
# dotfiles
Collection of system configurations across multiple machines
## Installation
```
$ cd ~
$ git clone https://gitlab.com/frostalicious/dotfiles .dotfiles
$ cd .dotfiles
$ make stow
```