mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-21 16:53:33 +01:00
[git] moved into ~/.config
This commit is contained in:
parent
08ae066a7a
commit
677434dc9b
4 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
- link:
|
||||
~/.bashrc: bash/rc
|
||||
~/.bash_profile: bash/profile
|
||||
~/.gitconfig: git/gitconfig
|
||||
~/.gitignore_global: git/gitignore_global
|
||||
~/.config/git/config: git/config
|
||||
~/.config/git/ignore_global: git/ignore
|
||||
~/.config/geany/keybindings.conf: geany/keybindings.conf
|
||||
~/.config/geany/filedefs: geany/filedefs
|
||||
~/.ncmpcpp/config: ncmpcpp/config
|
||||
|
|
|
@ -6,3 +6,4 @@ XDG_DOCUMENTS_DIR="$HOME/Documents"
|
|||
XDG_MUSIC_DIR="$HOME/Music"
|
||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||
XDG_VIDEOS_DIR="$HOME/Videos"
|
||||
XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
[diff "pdf"]
|
||||
textconv = pdf2txt
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
excludesfile = ~/.config/git/ignore
|
||||
[color]
|
||||
ui = auto
|
||||
[merge]
|
Loading…
Reference in a new issue