add nano and git config
This commit is contained in:
7
dot_config/git/config
Normal file
7
dot_config/git/config
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[user]
|
||||||
|
email = sebastian@1337lounge.de
|
||||||
|
name = sebastian
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
6
dot_config/nano/nanorc
Normal file
6
dot_config/nano/nanorc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
set linenumbers
|
||||||
|
set autoindent
|
||||||
|
set indicator
|
||||||
|
#include /usr/share/nano/*
|
||||||
|
include "/usr/share/nano/*.nanorc"
|
||||||
|
|
||||||
Reference in New Issue
Block a user