Add lazygit and git aliases ci and s
This commit is contained in:
parent
64cef09e53
commit
2ebf4f1ceb
@ -88,9 +88,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
bat = {
|
bat.enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
@ -109,10 +107,12 @@
|
|||||||
userEmail = "jacob.hinkle@jhink.org";
|
userEmail = "jacob.hinkle@jhink.org";
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
|
aliases = {
|
||||||
|
s = "status";
|
||||||
|
ci = "commit";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
htop = {
|
htop.enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font = {
|
||||||
@ -120,9 +120,8 @@
|
|||||||
size = 16;
|
size = 16;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mbsync = {
|
lazygit.enable = true;
|
||||||
enable = true;
|
mbsync.enable = true;
|
||||||
};
|
|
||||||
neovim = {
|
neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
@ -162,6 +161,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableSyntaxHighlighting = true;
|
enableSyntaxHighlighting = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
lg = "lazygit";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
};
|
};
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user