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 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 diff --git a/.gitconfig b/.gitconfig index d4fff98..3fdab1b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,12 +5,12 @@ [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 + helper = !/usr/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 + helper = !/usr/bin/gh auth git-credential [github] - user = DeCarabas + user = DeCarabas diff --git a/.gitconfig.shared b/.gitconfig.shared index 1cc3d4c..d608a57 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] @@ -9,3 +9,5 @@ ci = commit [push] default = upstream +[init] + defaultBranch = main 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 $*