diff options
author | EuAndreh <eu@euandre.org> | 2019-01-20 22:59:27 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-20 22:59:27 -0200 |
commit | bafea5e5ecc629f701c9468b7518eaed516283a5 (patch) | |
tree | 84b5e43fea7a103905ee6dabe00c30ad624e81eb /bash | |
parent | Add selectric layer. (diff) | |
download | dotfiles-bafea5e5ecc629f701c9468b7518eaed516283a5.tar.gz dotfiles-bafea5e5ecc629f701c9468b7518eaed516283a5.tar.xz |
Setup newsboat configuration.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/env.sh | 1 | ||||
-rw-r--r-- | bash/symlinks.sh | 5 |
2 files changed, 6 insertions, 0 deletions
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 |