mac git config
This commit is contained in:
@@ -29,6 +29,22 @@
|
|||||||
|
|
||||||
htop.enable = true;
|
htop.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "mjallen18";
|
||||||
|
userEmail = "matt.l.jallen@gmail.com";
|
||||||
|
aliases = {
|
||||||
|
co = "checkout";
|
||||||
|
ci = "commit";
|
||||||
|
cia = "commit --amend";
|
||||||
|
s = "status";
|
||||||
|
st = "status";
|
||||||
|
b = "branch";
|
||||||
|
# p = "pull --rebase";
|
||||||
|
pu = "push";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Manage bug in compilations - who uses manpages in 2024 anyways? :P
|
# Manage bug in compilations - who uses manpages in 2024 anyways? :P
|
||||||
manual.manpages.enable = false;
|
manual.manpages.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user