added beets config
This commit is contained in:
parent
8123e70d74
commit
76c2ad57fe
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@
|
|||
vifminfo
|
||||
vifm-help.txt
|
||||
__pycache__/
|
||||
*.pickle
|
||||
*.spl
|
||||
|
|
6
beets/.config/beets/config.yaml
Normal file
6
beets/.config/beets/config.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
directory: ~/Music
|
||||
library: ~/Music/library.db
|
||||
import:
|
||||
move: yes
|
||||
plugins: [edit, fetchart]
|
||||
asciify_paths: yes
|
5
neovim/.config/nvim/spell/en.utf-8.add
Normal file
5
neovim/.config/nvim/spell/en.utf-8.add
Normal file
|
@ -0,0 +1,5 @@
|
|||
asciidoc
|
||||
ASCIISite
|
||||
asciidoctor
|
||||
ASCIIsite
|
||||
asciiDoc
|
|
@ -169,6 +169,7 @@
|
|||
alias la='ls -la'
|
||||
alias ll='ls -l'
|
||||
alias say='espeak -v default -p 10 -s 150 -a 200 2> /dev/null'
|
||||
alias tmux='tmux -u'
|
||||
|
||||
|
||||
#web searches
|
||||
|
|
Loading…
Reference in a new issue