Add README?!

main
trivernis 9 months ago
parent ea84a03206
commit 2bdf222fed
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -0,0 +1,25 @@
# My Dotfiles
These are my dotfiles in a silo repo. Silo is a dotfile manager I've written that allows for config files
to be treated as handlebar templates when they end in `.tmpl`. So the config files in these folders are
applied differently depending on the system and installed programs on the system.
## Applying the configuration
Run
```nu
silo init https://git.trivernis.net/Trivernis/dotfiles-silo
````
to pull the repository into the default silo directory at `~/.local/share/silo`
on Unix or `~/AppData/Roaming/silo` on Windows.
Now run
```nu
silo apply
```
To apply the configuration. If you're using `nix` with `home-manager` you need
to run `silo apply` a second time because the newly installed packages (using the home-manager hook in `~/hooks/home-manager.nu`)
will change how the configuration is applied.
Loading…
Cancel
Save