Skip to content

Commit

Permalink
chore: add typos
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 22, 2024
1 parent 3092a11 commit edf7602
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ url = "https://raw.githubusercontent.com/catppuccin/newsboat/main/themes/dark"
internal = "data/sioyek/prefs_user.config"
external = "~/.config/sioyek/prefs_user.config"

[[apps.typos.paths]]
internal = "data/typos/typos.toml"
external = "~/.config/typos/typos.toml"

[[apps.daktilo.paths]]
internal = "data/daktilo/daktilo.toml"
external = "~/.config/daktilo/daktilo.toml"
6 changes: 6 additions & 0 deletions data/newsboat/urls
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ https://michael.stapelberg.ch/feed.xml
https://mitchellh.com/feed.xml
https://research.swtch.com/feed.atom
https://stephango.com/feed.xml

https://nyaa.si/?f=0&c=1_2&q=doraemon+movie&page=rss "~Doraemon movie"
https://nyaa.si/?f=0&c=1_2&q=conan+movie&page=rss "~Conan movie"
https://nyaa.si/?f=0&c=3_1&q=Detective+Conan&page=rss "~Conan manga"
https://nyaa.si/?f=0&c=3_1&q=one+piece&page=rss "~One Piece manga"
https://nyaa.si/?f=0&c=3_1&q=berserk "~Berserk manga"
9 changes: 9 additions & 0 deletions data/typos/typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[files]
extend-exclude = [
"CHANGELOG.md",
"*/generated/*",
"generated/*",
"*/external/proto/*",
"external/proto/*",
"*.html",
]
5 changes: 5 additions & 0 deletions data/zsh/bottom-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ if command -v fnm &>/dev/null; then
eval "$(fnm env --use-on-cd)"
fi

# https://github.com/crate-ci/typos
if command -v typos &>/dev/null; then
alias typo="typos --config ~/.config/typos/typos.toml"
fi

# https://github.com/orhun/daktilo
if command -v daktilo &>/dev/null; then
export DAKTILO_CONFIG="$HOME/.config/daktilo/daktilo.toml"
Expand Down

0 comments on commit edf7602

Please sign in to comment.