refactor: move git config to common
This commit is contained in:
parent
4430100b9e
commit
be74ce41cc
4 changed files with 35 additions and 54 deletions
hosts/wim/cfg
|
@ -78,59 +78,6 @@
|
|||
$HOME/.tmux/plugins/tpm/tpm"'
|
||||
'';
|
||||
};
|
||||
|
||||
git = { # TODO: make better config
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
config = {
|
||||
# Dracula Dark Theme
|
||||
color = {
|
||||
ui = "auto";
|
||||
branch = {
|
||||
current = "cyan bold reverse";
|
||||
local = "white";
|
||||
plain = "";
|
||||
remote = "cyan";
|
||||
};
|
||||
diff = {
|
||||
commit = "";
|
||||
func = "cyan";
|
||||
plain = "";
|
||||
whitespace = "magenta reverse";
|
||||
meta = "white";
|
||||
frag = "cyan bold reverse";
|
||||
old = "red";
|
||||
new = "green";
|
||||
};
|
||||
grep = {
|
||||
context = "";
|
||||
filename = "";
|
||||
function = "";
|
||||
linenumber = "white";
|
||||
match = "";
|
||||
selected = "";
|
||||
separator = "";
|
||||
};
|
||||
interactive = {
|
||||
error = "";
|
||||
header = "";
|
||||
help = "";
|
||||
prompt = "";
|
||||
};
|
||||
status = {
|
||||
added = "green";
|
||||
changed = "yellow";
|
||||
header = "";
|
||||
localBranch = "";
|
||||
nobranch = "";
|
||||
remoteBranch = "cyan bold";
|
||||
unmerged = "magenta bold reverse";
|
||||
untracked = "red";
|
||||
updated = "green bold";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# List packages in root user PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue