aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-20 22:59:27 -0200
committerEuAndreh <eu@euandre.org>2019-01-20 22:59:27 -0200
commitbafea5e5ecc629f701c9468b7518eaed516283a5 (patch)
tree84b5e43fea7a103905ee6dabe00c30ad624e81eb
parentAdd selectric layer. (diff)
downloaddotfiles-bafea5e5ecc629f701c9468b7518eaed516283a5.tar.gz
dotfiles-bafea5e5ecc629f701c9468b7518eaed516283a5.tar.xz
Setup newsboat configuration.
-rw-r--r--.gitattributes1
-rw-r--r--bash/env.sh1
-rw-r--r--bash/symlinks.sh5
-rw-r--r--newsboat/config1
-rw-r--r--newsboat/urlsbin0 -> 589 bytes
-rw-r--r--nixos/configuration.nix1
6 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 76d2343..74fe0d5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,3 +8,4 @@ emacs/gnus.el filter=git-crypt diff=git-crypt
emacs/not-much.el filter=git-crypt diff=git-crypt
lein/deps.edn filter=git-crypt diff=git-crypt
ssh_config.conf filter=git-crypt diff=git-crypt
+newsboat/urls filter=git-crypt diff=git-crypt
diff --git a/bash/env.sh b/bash/env.sh
index 3e63aa3..d8233be 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -37,6 +37,7 @@ export CACHE_DIR="$HOME/Nextcloud/cache"
export PATH="$HOME/dev/libre/website/:$PATH"
export PATH="$DOTFILES/bin:$PATH"
export PATH="$HOME/dev/misc/flutter/bin:$PATH"
+#export BROWSER="firefox"
diff --git a/bash/symlinks.sh b/bash/symlinks.sh
index e56ee58..70e66af 100644
--- a/bash/symlinks.sh
+++ b/bash/symlinks.sh
@@ -49,6 +49,11 @@ ln -fs "$DOTFILES/tmux/tmux.conf" ~/.tmux.conf
ln -fs "$DOTFILES/tmux/tmux-macos.conf" ~/.tmux-macos.conf
ln -fs "$DOTFILES/tmux/tmux-gnu-linux.conf" ~/.tmux-gnu-linux.conf
+## Newsboat
+mkdir -p ~/.newsboat
+ln -fs "$DOTFILES/newsboat/urls" ~/.newsboat/urls
+ln -fs "$DOTFILES/newsboat/config" ~/.newsboat/config
+
## NixOS
ln -fs "$DOTFILES/nixos/evince.destkop" ~/.local/share/applications/evince.desktop
ln -fs "$DOTFILES/nixos/firefox.destkop" ~/.local/share/applications/firefox.desktop
diff --git a/newsboat/config b/newsboat/config
new file mode 100644
index 0000000..a7998d9
--- /dev/null
+++ b/newsboat/config
@@ -0,0 +1 @@
+browser firefox \ No newline at end of file
diff --git a/newsboat/urls b/newsboat/urls
new file mode 100644
index 0000000..444e1a7
--- /dev/null
+++ b/newsboat/urls
Binary files differ
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index 0e24b25..fc48b78 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -240,6 +240,7 @@
rakudo
bats
ledger
+ newsboat
perl
dhall
dhall-json