blob: 2c85313d34c848a1749358d570025f9381e26b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# My Personal Dotfiles
I keep a curated list of my dotfiles in this repository. To use them, you will need [GNU Stow](https://www.gnu.org/software/stow/).
Each folder is a _package_ that can be installed individually. I try to keep things that go together in a single package. To install a package, assuming that you have cloned this repository in your home folder, you have to run
```bash
stow --dotfiles [-v] [pkg-name]
```
(the `-v` flag is for being verbose, which is a good thing if you're using stow).
For convenience, the script [setup-all.bash](./setup-all.bash) stows everything.
Each package might have its own README, which I list below for easier reference:
- [bash](./bash/README.md)
|