summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-07-23 17:21:09 +0000
committerTyler Davis <tyler@gluecode.net>2024-07-23 17:21:09 +0000
commita4299af32e9f05c53bb7204280f641b82ad25dec (patch)
tree188c3b5b243a382bdd2a6f91bb78cc35403863eb
parentae5f120fcdad544f8079247242b578d33cc051c3 (diff)
downloaddotfiles-a4299af32e9f05c53bb7204280f641b82ad25dec.tar.gz
dotfiles-a4299af32e9f05c53bb7204280f641b82ad25dec.zip
sparse update
-rw-r--r--.config/newsraft/feeds2
-rwxr-xr-x.local/bin/confgit.sh1
-rw-r--r--.vimrc2
3 files changed, 3 insertions, 2 deletions
diff --git a/.config/newsraft/feeds b/.config/newsraft/feeds
index 76d6f04..9455010 100644
--- a/.config/newsraft/feeds
+++ b/.config/newsraft/feeds
@@ -1,8 +1,6 @@
@Global [20]
https://drewdevault.com/blog/index.xml "Drew DeVault"
https://jvns.ca/atom.xml "Julia Evans"
-https://www.rifters.com/crawl/?feed=rss2 "Peter Watts' Blog"
-https://www.rifters.com/crawl/?feed=comments-rss2 "Watt's Blog Comments"
https://xeiaso.net/blog.rss "Xe's Blog"
https://citationneeded.news/rss/ "Citation Needed"
https://arstechnica.com/feed/?t=222d00328ed232fd6f792447b11b8dd467f95d0c "ArsTechnica"
diff --git a/.local/bin/confgit.sh b/.local/bin/confgit.sh
index f2ac0ba..813f97b 100755
--- a/.local/bin/confgit.sh
+++ b/.local/bin/confgit.sh
@@ -43,6 +43,7 @@ git config --global checkout.workers "$NPROCS" # Auto-detect threads fr
git config --global commit.verbose true
git config --global core.commitgraph true
git config --global core.excludesfile "$HOME/.local/share/git/ignore_global"
+git config --global core.pager "less"
git config --global credential.https://source.developers.google.com.helper "gcloud.sh"
git config --global diff.algorithm histogram
git config --global fetch.parallel "$NPROCS"
diff --git a/.vimrc b/.vimrc
index eaad985..71f3ecb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -141,3 +141,5 @@ nnoremap <leader>s :%s/\s\+$//e<CR>
" Fix weird JSON quotation issue
let g:vim_json_syntax_conceal = 0
+" Look for ctags files
+set tags=tags