diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index ed57075..3c23f33 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -1,5 +1,5 @@ -directory: /zmain/media/music -library: /zmain/media/music/musiclibrary.db +directory: /var/media/music +library: /var/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 7928def..41d46ac 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -10,9 +10,6 @@ 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 3fdab1b..d4fff98 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 = !/usr/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 - helper = !/usr/bin/gh auth git-credential + helper = + helper = !/opt/local/bin/gh auth git-credential +[init] + defaultBranch = main [github] - user = DeCarabas + user = DeCarabas diff --git a/.gitconfig.shared b/.gitconfig.shared index d608a57..1cc3d4c 100644 --- a/.gitconfig.shared +++ b/.gitconfig.shared @@ -1,5 +1,5 @@ [core] - autocrlf = false + autocrlf = input [pretty] doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset [format] @@ -9,5 +9,3 @@ ci = commit [push] default = upstream -[init] - defaultBranch = main diff --git a/bin/fwdbrowse.sh b/bin/fwdbrowse.sh deleted file mode 100755 index 17932b0..0000000 --- a/bin/fwdbrowse.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -fwd browse $*