From 6f22a5e29c7a46e1786b700c450f71275511697f Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Tue, 30 Jun 2020 10:12:44 +0200 Subject: [PATCH] add newsboat (rss reader) and gitignore --- .gitignore | 6 ++++++ Brewfile | 1 + dot_scripts/bootstrap.sh | 1 + dot_zsh_aliases | 2 ++ private_dot_newsboat/urls | 1 + 5 files changed, 11 insertions(+) create mode 100644 private_dot_newsboat/urls diff --git a/.gitignore b/.gitignore index 91a4e23..ba83dae 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,9 @@ Gemfile.lock .newjiraissue private_dot_3llo/config.sh *secret* +# rainbowstream (twitter client) +completer.hist + +# newsboat (rss reader) +*newsboat/cache.db +*newsboat/history.cmdline diff --git a/Brewfile b/Brewfile index a49e83b..db876dd 100644 --- a/Brewfile +++ b/Brewfile @@ -190,3 +190,4 @@ brew "translate-shell" # provides the trans command, more doc via https://www.os brew "toxiproxy" brew "bitwarden-cli" brew "awscli@2" +brew "newsboat" diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index ddcee8d..8a71a04 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -58,6 +58,7 @@ ln -snf ~/Code/dotfiles/private_dot_3llo/config.sh ~/.3llo_config ln -snf ~/Code/dotfiles/dot_ansiweatherrc ~/.ansiweatherrc ln -snf ~/Code/dotfiles/dot_p10k.zsh ~/.p10k.zsh ln -snf ~/Code/dotfiles/dot_git-template ~/.git-template +ln -snf ~/Code/dotfiles/private_dot_newsboat ~/.newsboat # Other symblinks + Install Docker Desktop for Mac case "$(uname -s)" in diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 2091547..7c1c811 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -45,6 +45,8 @@ alias tsearch='twitter search all' alias tweets='tsearch --long -a -d' alias tsearchfav='twitter search favorites' alias tsearchtimeline='twitter search timeline' +alias tstream='rainbowstream' +alias mystream='tstream' # Search alias ddg='ddgr' diff --git a/private_dot_newsboat/urls b/private_dot_newsboat/urls new file mode 100644 index 0000000..c051056 --- /dev/null +++ b/private_dot_newsboat/urls @@ -0,0 +1 @@ +https://sebsauvage.net/links/?do=rss