# HG changeset patch # User Steve Losh # Date 1698288392 14400 # Node ID 96273ff110b308a91a2880fb4ab7e2f94f54505d # Parent a9f1df02501fc7c1ffe55b7a6331f5f7f423d476 More diff -r a9f1df02501f -r 96273ff110b3 dunstrc --- 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" diff -r a9f1df02501f -r 96273ff110b3 gitconfig --- 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 diff -r a9f1df02501f -r 96273ff110b3 vim/custom-dictionary.utf-8.add --- 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 diff -r a9f1df02501f -r 96273ff110b3 vim/vimrc --- 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?