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