commit 4d621cb9eead42f6ab694b5ad5cdd07791f78aac parent 927e924a632178086aa4d7dea4f23f30d5a27d54 Author: MichaĆ Sapka <michal@sapka.me> Date: Sat, 3 Dec 2022 22:17:28 +0100 fix: ensure Newsboat Diffstat:
A | newsboat/.newsboat/.gitignore | | | 1 | + |
R | newsboat/.config/newsboat/config -> newsboat/.newsboat/config | | | 0 | |
R | newsboat/.config/newsboat/urls -> newsboat/.newsboat/urls | | | 0 | |
M | setup/ubuntu.sh | | | 1 | + |
4 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/newsboat/.newsboat/.gitignore b/newsboat/.newsboat/.gitignore @@ -0,0 +1 @@ +cache.db diff --git a/newsboat/.config/newsboat/config b/newsboat/.newsboat/config diff --git a/newsboat/.config/newsboat/urls b/newsboat/.newsboat/urls diff --git a/setup/ubuntu.sh b/setup/ubuntu.sh @@ -88,6 +88,7 @@ stow zsh --dir="$HOME/ghq/github.com/michalsapka/dotfiles" --target="$HOME" stow bin --dir="$HOME/ghq/github.com/michalsapka/dotfiles" --target="$HOME" stow alacritty --dir="$HOME/ghq/github.com/michalsapka/dotfiles" --target="$HOME" stow asdf --dir="$HOME/ghq/github.com/michalsapka/dotfiles" --target="$HOME" +stow newsboat --dir="$HOME/ghq/github.com/michalsapka/dotfiles" --target="$HOME" # Use Fish shell