2024-06-13 20:20:55 -07:00
|
|
|
# Dotfiles
|
2025-05-22 20:04:40 -07:00
|
|
|
This repository contains files that can be applied with GNU `stow`.
|
2024-06-13 23:03:12 -07:00
|
|
|
|
2025-05-22 20:04:40 -07:00
|
|
|
## Usage
|
|
|
|
Clone this repository to ~/.dotfiles
|
2024-06-13 23:03:12 -07:00
|
|
|
```shell
|
2025-05-22 20:04:40 -07:00
|
|
|
cd ~/.dotfiles
|
|
|
|
stow .
|
2024-06-13 20:20:55 -07:00
|
|
|
```
|
|
|
|
|