From 22b244f0dd4125f0c7306fecf2a00117579ca3ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 21 Sep 2016 16:09:01 -0300 Subject: Initial import --- .gitignore | 5 +++++ README.md | 4 ++++ TODO.md | 4 ++++ config.dot/surfraw/conf.link | 2 ++ 4 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 TODO.md create mode 100644 config.dot/surfraw/conf.link 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 diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..8ab655d --- /dev/null +++ b/TODO.md @@ -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 -- cgit v1.2.3