|
@@ -0,0 +1,16 @@
|
|
|
+# wego config
|
|
|
+
|
|
|
+syntax: https://github.com/schachmat/ingo
|
|
|
+
|
|
|
+> Empty lines or lines starting with # will be ignored.
|
|
|
+> All other lines must look like "KEY=VALUE" (without the quotes).
|
|
|
+> The VALUE must not be enclosed in quotes as well!
|
|
|
+
|
|
|
+> forecast.io only supports latitude,longitude pairs as location
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```{sh}
|
|
|
+git clone git@git.hammerle.me:fphammerle/config-wego.git $HOME/.config/wego
|
|
|
+ln --symbolic --force --backup $HOME/.config/wego/wegorc $HOME/.wegorc
|
|
|
+```
|