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
|
directory: /zmain/media/music
|
||||||
library: /var/media/music/musiclibrary.db
|
library: /zmain/media/music/musiclibrary.db
|
||||||
plugins: ftintitle fetchart embedart lyrics chroma convert
|
plugins: ftintitle fetchart embedart lyrics chroma convert
|
||||||
import:
|
import:
|
||||||
move: yes
|
move: yes
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,9 @@ end
|
||||||
if test -d ~/.cargo/bin
|
if test -d ~/.cargo/bin
|
||||||
set PATH ~/.cargo/bin $PATH
|
set PATH ~/.cargo/bin $PATH
|
||||||
end
|
end
|
||||||
|
if test -d ~/.local/bin
|
||||||
|
set PATH ~/.local/bin $PATH
|
||||||
|
end
|
||||||
if test -d ~/devtools/buck/bin
|
if test -d ~/devtools/buck/bin
|
||||||
set PATH $PATH ~/devtools/buck/bin
|
set PATH $PATH ~/devtools/buck/bin
|
||||||
end
|
end
|
||||||
|
|
|
||||||
14
.gitconfig
14
.gitconfig
|
|
@ -5,12 +5,12 @@
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.shared
|
path = .gitconfig.shared
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !/opt/local/bin/gh auth git-credential
|
helper = !/opt/local/bin/gh auth git-credential
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !/opt/local/bin/gh auth git-credential
|
helper = !/opt/local/bin/gh auth git-credential
|
||||||
[init]
|
helper = !/usr/bin/gh auth git-credential
|
||||||
defaultBranch = main
|
|
||||||
[github]
|
[github]
|
||||||
user = DeCarabas
|
user = DeCarabas
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = false
|
||||||
[pretty]
|
[pretty]
|
||||||
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
|
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
|
||||||
[format]
|
[format]
|
||||||
|
|
@ -9,3 +9,5 @@
|
||||||
ci = commit
|
ci = commit
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
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