mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +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:
|
- link:
|
||||||
~/.bashrc: bash/rc
|
~/.bashrc: bash/rc
|
||||||
~/.bash_profile: bash/profile
|
~/.bash_profile: bash/profile
|
||||||
~/.gitconfig: git/gitconfig
|
~/.config/git/config: git/config
|
||||||
~/.gitignore_global: git/gitignore_global
|
~/.config/git/ignore_global: git/ignore
|
||||||
~/.config/geany/keybindings.conf: geany/keybindings.conf
|
~/.config/geany/keybindings.conf: geany/keybindings.conf
|
||||||
~/.config/geany/filedefs: geany/filedefs
|
~/.config/geany/filedefs: geany/filedefs
|
||||||
~/.ncmpcpp/config: ncmpcpp/config
|
~/.ncmpcpp/config: ncmpcpp/config
|
||||||
|
|
|
@ -6,3 +6,4 @@ XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||||
XDG_MUSIC_DIR="$HOME/Music"
|
XDG_MUSIC_DIR="$HOME/Music"
|
||||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||||
XDG_VIDEOS_DIR="$HOME/Videos"
|
XDG_VIDEOS_DIR="$HOME/Videos"
|
||||||
|
XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
[diff "pdf"]
|
[diff "pdf"]
|
||||||
textconv = pdf2txt
|
textconv = pdf2txt
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.config/git/ignore
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
[merge]
|
[merge]
|
Loading…
Reference in a new issue