From 147caae9b43426491afabf8d60b922a85313ab12 Mon Sep 17 00:00:00 2001
From: Tucker Evans <tuckerevans24@gmail.com>
Date: Tue, 8 May 2018 19:33:14 -0400
Subject: Adds initial newsboat configs

---
 newsboat/.newsboat/cache.db        | Bin 0 -> 1130496 bytes
 newsboat/.newsboat/config          |  11 +++++++++++
 newsboat/.newsboat/history.cmdline |   0
 newsboat/.newsboat/history.search  |   0
 newsboat/.newsboat/queue           |   1 +
 newsboat/.newsboat/urls            |  13 +++++++++++++
 6 files changed, 25 insertions(+)
 create mode 100644 newsboat/.newsboat/cache.db
 create mode 100644 newsboat/.newsboat/config
 create mode 100644 newsboat/.newsboat/history.cmdline
 create mode 100644 newsboat/.newsboat/history.search
 create mode 100644 newsboat/.newsboat/queue
 create mode 100644 newsboat/.newsboat/urls

diff --git a/newsboat/.newsboat/cache.db b/newsboat/.newsboat/cache.db
new file mode 100644
index 0000000..2bce417
Binary files /dev/null and b/newsboat/.newsboat/cache.db differ
diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config
new file mode 100644
index 0000000..25ef17e
--- /dev/null
+++ b/newsboat/.newsboat/config
@@ -0,0 +1,11 @@
+browser "firefox"
+player "mpg123"
+text-width 74
+download-path "~/podDownloads/%n"
+save-path "~/podDownloads"
+bind-key j down
+bind-key k up
+bind-key g home
+bind-key G end
+bind-key h quit
+bind-key l open
diff --git a/newsboat/.newsboat/history.cmdline b/newsboat/.newsboat/history.cmdline
new file mode 100644
index 0000000..e69de29
diff --git a/newsboat/.newsboat/history.search b/newsboat/.newsboat/history.search
new file mode 100644
index 0000000..e69de29
diff --git a/newsboat/.newsboat/queue b/newsboat/.newsboat/queue
new file mode 100644
index 0000000..88a48f6
--- /dev/null
+++ b/newsboat/.newsboat/queue
@@ -0,0 +1 @@
+https://traffic.megaphone.fm/GLT1268300753.mp3 "/home/tje/GLT1268300753.mp3" played
diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls
new file mode 100644
index 0000000..114f376
--- /dev/null
+++ b/newsboat/.newsboat/urls
@@ -0,0 +1,13 @@
+https://www.theverge.com/rss/index.xml
+https://www.troyhunt.com/rss/
+http://feeds.arstechnica.com/arstechnica/index
+http://feeds.gimletmedia.com/hearreplyall
+http://feeds.gimletmedia.com/thehabitat
+http://feeds.99percentinvisible.org/99percentinvisible
+https://www.npr.org/rss/rss.php?id=1001
+http://feeds.bbci.co.uk/news/rss.xml?edition=us
+http://feeds.twit.tv/twit.xml
+https://www.voidlinux.eu/atom.xml
+https://github.com/voidlinux/void-packages/commits/master.atom
+https://github.com/voidlinux/xbps/commits/master.atom
+
-- 
cgit v1.1