--- a/dunstrc Sat Oct 21 15:01:32 2023 -0400
+++ b/dunstrc Wed Oct 25 22:46:32 2023 -0400
@@ -22,6 +22,7 @@
browser = xdg-open
frame_width = 1
frame_color = "#000000"
+ icon_position = off
[urgency_low]
background = "#ffffff"
--- a/gitconfig Sat Oct 21 15:01:32 2023 -0400
+++ b/gitconfig Wed Oct 25 22:46:32 2023 -0400
@@ -138,20 +138,26 @@
path = ~/.gitconfig_local
[credential]
- helper = store
- useHttpPath = true
+ helper = store
+ useHttpPath = false
+
+[credential "https://github.com"]
+ username = sjl
[sendemail]
smtpserver = "/home/sjl/src/dotfiles/bin/msmtp-stevelosh"
[pretty]
bazel = %C(auto)%H %Cgreen%cd %C(auto)%s %Cred%al %C(auto)%d
+
[pull]
ff = only
+
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
+
[diff "lfs"]
textconv = cat
--- a/vim/custom-dictionary.utf-8.add Sat Oct 21 15:01:32 2023 -0400
+++ b/vim/custom-dictionary.utf-8.add Wed Oct 25 22:46:32 2023 -0400
@@ -341,3 +341,16 @@
melanosomes
melanosome
threonine
+multiomics
+ANOVA
+μL
+Opentrons
+walkthrough
+nanopore
+intron
+retrotranspose
+retrotransposition
+transposons
+retrotransposon
+transposon
+retrotransposons
--- a/vim/vimrc Sat Oct 21 15:01:32 2023 -0400
+++ b/vim/vimrc Wed Oct 25 22:46:32 2023 -0400
@@ -1200,7 +1200,7 @@
au!
au FileType python setlocal define=^\s*\\(def\\\\|class\\)
- au FileType python setlocal textwidth=100
+ au FileType python setlocal textwidth=88
" Jesus tapdancing Christ, built-in Python syntax, you couldn't let me
" override this in a normal way, could you?