Compare commits
2 Commits
6bac697631
...
c77f145113
| Author | SHA1 | Date | |
|---|---|---|---|
|
c77f145113
|
|||
|
8ebf4c5316
|
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,3 +3,6 @@ dotfiles-*.tar.gz
|
|||||||
|
|
||||||
# Fish
|
# Fish
|
||||||
fish/fish_variables
|
fish/fish_variables
|
||||||
|
|
||||||
|
# Pycache
|
||||||
|
**/__pycache__/
|
||||||
|
|||||||
@@ -19,6 +19,11 @@ repo_path = "git/gitmessage"
|
|||||||
system_path = "~/.gitmessage"
|
system_path = "~/.gitmessage"
|
||||||
type = "file"
|
type = "file"
|
||||||
|
|
||||||
|
[tools.git.ignore]
|
||||||
|
repo_path = "git/gitignore"
|
||||||
|
system_path = "~/.gitignore"
|
||||||
|
type = "file"
|
||||||
|
|
||||||
[tools.tmux]
|
[tools.tmux]
|
||||||
repo_path = "tmux/tmux.conf"
|
repo_path = "tmux/tmux.conf"
|
||||||
system_path = "~/.tmux.conf"
|
system_path = "~/.tmux.conf"
|
||||||
|
|||||||
@@ -9,3 +9,14 @@
|
|||||||
tool = nvimdiff
|
tool = nvimdiff
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg
|
program = gpg
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
[rebase]
|
||||||
|
autosquash = true
|
||||||
|
updateRefs = true
|
||||||
|
rebaseMerges = true
|
||||||
|
autoStash = true
|
||||||
|
rescheduleFailedExec = true
|
||||||
|
backend = merge
|
||||||
|
[core]
|
||||||
|
excludesFile = ~/.gitignore
|
||||||
|
|||||||
1
git/gitignore
Normal file
1
git/gitignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.orig
|
||||||
Reference in New Issue
Block a user