update theme
This commit is contained in:
26
git.org
26
git.org
@@ -1,9 +1,9 @@
|
||||
#+TITLE: Git Configuration
|
||||
#+SETUPFILE: ./setup/org-setup-file.org
|
||||
|
||||
* =~/.gitconfig=
|
||||
* =gitconfig=
|
||||
:PROPERTIES:
|
||||
:header-args:conf: :tangle ~/.gitconfig
|
||||
:header-args:conf: :tangle ~/.config/git/config
|
||||
:header-args:conf+: :comments both :mkdirp yes
|
||||
:END:
|
||||
|
||||
@@ -157,12 +157,10 @@
|
||||
# http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html
|
||||
precomposeunicode = false
|
||||
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
|
||||
autocrlf = input
|
||||
|
||||
# Open vim, start Goyo and enter insert mode on the first line
|
||||
editor = "nvim -c ':Goyo' -c 'goto 1' -c 'startinsert'"
|
||||
# editor = "nvim -c ':Goyo' -c 'goto 1' -c 'startinsert'"
|
||||
#+END_SRC
|
||||
|
||||
** Credentials using pass
|
||||
@@ -180,24 +178,6 @@
|
||||
username = dehaeze
|
||||
#+END_SRC
|
||||
|
||||
** Diff-so-fancy
|
||||
#+begin_src conf
|
||||
[diff-so-fancy]
|
||||
markEmptyLines = false
|
||||
#+end_src
|
||||
|
||||
* =~/.gitignore_global= - Global Git Ignore
|
||||
:PROPERTIES:
|
||||
:header-args:conf: :tangle ~/.gitignore_global
|
||||
:header-args:conf+: :comments both :mkdirp yes
|
||||
:END:
|
||||
|
||||
#+BEGIN_SRC conf
|
||||
*~
|
||||
.DS_Store
|
||||
Session.vim
|
||||
#+END_SRC
|
||||
|
||||
* =pass-git-helper= - Use =pass= for git passwords
|
||||
:PROPERTIES:
|
||||
:header-args: :tangle ~/.config/pass-git-helper/git-pass-mapping.ini
|
||||
|
||||
Reference in New Issue
Block a user