Raspberry Pi setup as bluetooth speaker

This commit is contained in:
Martin Bauer
2020-01-08 20:18:23 +01:00
commit d9cd53477f
19 changed files with 601 additions and 0 deletions

7
configs/gitconfig Normal file
View File

@@ -0,0 +1,7 @@
[user]
name = Martin Bauer
email = bauer_martin@gmx.de
[alias]
sf = submodule foreach
[core]
autocrlf = input

14
configs/vimrc Normal file
View File

@@ -0,0 +1,14 @@
:colorscheme elflord
:set tabstop=4
:set shiftwidth=4
:set expandtab
"other key mappings
inoremap jk <Esc>
syntax on
" Treat long lines as break lines (useful when moving around in them)
map j gj
map k gk