diff options
-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 |