dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit 4d621cb9eead42f6ab694b5ad5cdd07791f78aac
parent 927e924a632178086aa4d7dea4f23f30d5a27d54
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Sat,  3 Dec 2022 22:17:28 +0100

fix: ensure Newsboat

Diffstat:
Anewsboat/.newsboat/.gitignore | 1+
Rnewsboat/.config/newsboat/config -> newsboat/.newsboat/config | 0
Rnewsboat/.config/newsboat/urls -> newsboat/.newsboat/urls | 0
Msetup/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