Migrate git config
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
[user]
|
||||
email = jordan@vimium.com
|
||||
name = Jordan Holt
|
||||
signingkey = B8CFFF61F1CCF520
|
||||
[rebase]
|
||||
autosquash = true
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[push]
|
||||
default = current
|
||||
[pull]
|
||||
rebase = true
|
||||
[alias]
|
||||
amend = commit --amend
|
||||
lg = log --color --graph --abbrev-commit --
|
||||
ls = ls-files
|
||||
unadd = reset HEAD
|
||||
undo-commit = reset --soft "HEAD^"
|
@ -7,7 +7,7 @@
|
||||
./editors/vscode.nix
|
||||
./security/gpg.nix
|
||||
./security/pass.nix
|
||||
./shell/git.nix
|
||||
./shell/git
|
||||
./shell/zsh
|
||||
];
|
||||
}
|
@ -30,5 +30,9 @@ in {
|
||||
pull.rebase = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.configFile = {
|
||||
"git/ignore".source = ./ignore;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user