diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | bash/env.sh | 1 | ||||
-rw-r--r-- | bash/symlinks.sh | 5 | ||||
-rw-r--r-- | newsboat/config | 1 | ||||
-rw-r--r-- | newsboat/urls | bin | 0 -> 589 bytes | |||
-rw-r--r-- | nixos/configuration.nix | 1 |
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 Binary files differnew file mode 100644 index 0000000..444e1a7 --- /dev/null +++ b/newsboat/urls 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 |