You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
302 B
Markdown
16 lines
302 B
Markdown
# dot-files
|
|
|
|
A collection of my configuration files and scripts.
|
|
To install, use the `stow` package manager.
|
|
Each configuration directory is a package using `stow`.
|
|
|
|
## Usage
|
|
|
|
Usage of stow to install a dot file configs:
|
|
|
|
```sh
|
|
$ stow -t ~ [package]
|
|
# verbose flags
|
|
$ stow --target $HOME [package]
|
|
```
|