diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-21 16:09:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-21 16:09:01 -0300 |
commit | 22b244f0dd4125f0c7306fecf2a00117579ca3ca (patch) | |
tree | 3621f24d98b58b789d7ed059889884640836e664 | |
download | surfraw-22b244f0dd4125f0c7306fecf2a00117579ca3ca.tar.gz surfraw-22b244f0dd4125f0c7306fecf2a00117579ca3ca.tar.bz2 |
Initial import
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | TODO.md | 4 | ||||
-rw-r--r-- | config.dot/surfraw/conf.link | 2 |
4 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3eed8fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# As we are handling with config files, it might be better to +# use a paranoid config by default. +# +# Comment that while in development. +* diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a4cf8c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# surfraw dotfile module + +This is the repository for surfraw configuration. +More information at https://git.fluxo.info/metadot @@ -0,0 +1,4 @@ +TODO +==== + +* Nothing here? :P diff --git a/config.dot/surfraw/conf.link b/config.dot/surfraw/conf.link new file mode 100644 index 0000000..90b7999 --- /dev/null +++ b/config.dot/surfraw/conf.link @@ -0,0 +1,2 @@ +SURFRAW_text_browser=/usr/bin/lynx +SURFRAW_graphical=no |