Raspberry Pi setup as bluetooth speaker
This commit is contained in:
7
configs/gitconfig
Normal file
7
configs/gitconfig
Normal 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
14
configs/vimrc
Normal 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
|
||||
Reference in New Issue
Block a user