update
This commit is contained in:
@@ -31,7 +31,41 @@
|
||||
];
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
core = {
|
||||
fileMode = false;
|
||||
editor = "vim";
|
||||
whitespace = "tabwidth=4,trailing-space,space-before-tab";
|
||||
};
|
||||
credential."https://git.kenryu.us".username = "kenryuS";
|
||||
user = {
|
||||
name = "Kenryu Shibata";
|
||||
email = "kenryudev5894@gmail.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.gitui = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
extensions = with pkgs; [
|
||||
gh-f
|
||||
gh-eco
|
||||
gh-notify
|
||||
gh-poi
|
||||
];
|
||||
settings = {
|
||||
editor = "vim";
|
||||
prompt = true;
|
||||
pager = "bat";
|
||||
browser = "firefox";
|
||||
color_labels = true;
|
||||
git_protocol = "ssh";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user