From de6cb6606af131344293505906a6e26e511199d8 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:03:36 +0000 Subject: [PATCH 1/6] autocrlf is false This is correct. --- .gitconfig.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig.shared b/.gitconfig.shared index 1cc3d4c..51b968a 100644 --- a/.gitconfig.shared +++ b/.gitconfig.shared @@ -1,5 +1,5 @@ [core] - autocrlf = input + autocrlf = false [pretty] doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset [format] From 4d3b447a67cc90d191706e3ef3065ec9c99e33ab Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:09:56 +0000 Subject: [PATCH 2/6] fwd browse script --- bin/fwdbrowse.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/fwdbrowse.sh diff --git a/bin/fwdbrowse.sh b/bin/fwdbrowse.sh new file mode 100755 index 0000000..17932b0 --- /dev/null +++ b/bin/fwdbrowse.sh @@ -0,0 +1,2 @@ +#!/bin/bash +fwd browse $* From 560a5c7ebea31f3dadf440ea1f0c7a8d813a24a2 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:10:40 +0000 Subject: [PATCH 3/6] Beets moved on short --- .config/beets/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index 3c23f33..ed57075 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -1,5 +1,5 @@ -directory: /var/media/music -library: /var/media/music/musiclibrary.db +directory: /zmain/media/music +library: /zmain/media/music/musiclibrary.db plugins: ftintitle fetchart embedart lyrics chroma convert import: move: yes From 688b13c03ced460b5dabb9d1c6919252879e847d Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:10:58 +0000 Subject: [PATCH 4/6] Add .local/bin to path --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 41d46ac..7928def 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -10,6 +10,9 @@ end if test -d ~/.cargo/bin set PATH ~/.cargo/bin $PATH end +if test -d ~/.local/bin + set PATH ~/.local/bin $PATH +end if test -d ~/devtools/buck/bin set PATH $PATH ~/devtools/buck/bin end From 9be334b46c441eeeef520116f05c2fd0d1c457c0 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:12:58 +0000 Subject: [PATCH 5/6] github config I don't like it --- .gitconfig | 12 +++++------- .gitconfig.shared | 2 ++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitconfig b/.gitconfig index d4fff98..fdcbd55 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,12 +5,10 @@ [include] path = .gitconfig.shared [credential "https://github.com"] - helper = - helper = !/opt/local/bin/gh auth git-credential + helper = + helper = !/opt/local/bin/gh auth git-credential [credential "https://gist.github.com"] - helper = - helper = !/opt/local/bin/gh auth git-credential -[init] - defaultBranch = main + helper = + helper = !/opt/local/bin/gh auth git-credential [github] - user = DeCarabas + user = DeCarabas diff --git a/.gitconfig.shared b/.gitconfig.shared index 51b968a..d608a57 100644 --- a/.gitconfig.shared +++ b/.gitconfig.shared @@ -9,3 +9,5 @@ ci = commit [push] default = upstream +[init] + defaultBranch = main From 5646292f8d41b1f68251569eb93e3eb08bce84ac Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:14:48 +0000 Subject: [PATCH 6/6] Le sigh --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index fdcbd55..3fdab1b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,8 +7,10 @@ [credential "https://github.com"] helper = helper = !/opt/local/bin/gh auth git-credential + helper = !/usr/bin/gh auth git-credential [credential "https://gist.github.com"] helper = helper = !/opt/local/bin/gh auth git-credential + helper = !/usr/bin/gh auth git-credential [github] user = DeCarabas