add newsboat (rss reader) and gitignore
This commit is contained in:
parent
2d0b1e16f6
commit
6f22a5e29c
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
1
Brewfile
1
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"
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
1
private_dot_newsboat/urls
Normal file
1
private_dot_newsboat/urls
Normal file
@ -0,0 +1 @@
|
||||
https://sebsauvage.net/links/?do=rss
|
Loading…
Reference in New Issue
Block a user