Add README
parent
f3a098bb34
commit
4991251a1b
@ -0,0 +1,3 @@
|
||||
# Dotfiles
|
||||
|
||||
This repo contains my dotfiles. They can be applied using [silo](https://git.trivernis.net/Trivernis/silo).
|
@ -1,12 +1,15 @@
|
||||
path = "{{dirs.config}}"
|
||||
|
||||
{{#if flags.windows}}
|
||||
# Files irrelevant to windows
|
||||
ignored = ["fontconfig"]
|
||||
ignored = [
|
||||
{{#if flags.unix}}
|
||||
# Files irrelevant to unix
|
||||
|
||||
{{/if}}
|
||||
|
||||
{{#if flags.unix}}
|
||||
# Files irrelevant to unix
|
||||
ignored = []
|
||||
{{#if flags.windows}}
|
||||
# Files irrelevant to windows
|
||||
"fontconfig",
|
||||
{{/if}}
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue