Compare commits
6 commits
1c4196b595
...
5646292f8d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5646292f8d | |||
| 9be334b46c | |||
| 688b13c03c | |||
| 560a5c7ebe | |||
| 4d3b447a67 | |||
| de6cb6606a |
5 changed files with 17 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
14
.gitconfig
14
.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
|
||||
|
|
|
|||
|
|
@ -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
2
bin/fwdbrowse.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
fwd browse $*
|
||||
Loading…
Add table
Add a link
Reference in a new issue