Compare commits

...

6 commits

Author SHA1 Message Date
5646292f8d Le sigh 2022-12-20 01:14:48 +00:00
9be334b46c github config
I don't like it
2022-12-20 01:12:58 +00:00
688b13c03c Add .local/bin to path 2022-12-20 01:11:38 +00:00
560a5c7ebe Beets moved on short 2022-12-20 01:11:38 +00:00
4d3b447a67 fwd browse script 2022-12-20 01:11:38 +00:00
de6cb6606a autocrlf is false
This is correct.
2022-12-20 01:11:38 +00:00
5 changed files with 17 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

2
bin/fwdbrowse.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
fwd browse $*