Skip to content

Commit

Permalink
refactor: replace lazygit with gitui
Browse files Browse the repository at this point in the history
Annoyingly no git signing support in gitui yet.

extrawurst/gitui#1544
  • Loading branch information
flexiondotorg committed Nov 14, 2023
1 parent 3309e95 commit a618d16
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
28 changes: 28 additions & 0 deletions home-manager/_mixins/console/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,34 @@
"result"
];
};
gitui = {
enable = true;
theme = ''
(
selected_tab: Reset,
command_fg: Black,
selection_bg: Blue,
selection_fg: White,
cmdbar_bg: Yellow,
cmdbar_extra_lines_bg: Yellow,
disabled_fg: DarkGray,
diff_line_add: Green,
diff_line_delete: Red,
diff_file_added: LightGreen,
diff_file_removed: LightRed,
diff_file_moved: LightMagenta,
diff_file_modified: Yellow,
commit_hash: Magenta,
commit_time: LightCyan,
commit_author: Green,
danger_fg: Red,
push_gauge_bg: Blue,
push_gauge_fg: Reset,
tag_fg: LightMagenta,
branch_fg: LightYellow,
)
'';
};
gpg.enable = true;
home-manager.enable = true;
info.enable = true;
Expand Down
1 change: 0 additions & 1 deletion home-manager/_mixins/users/martin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
iw # Terminal WiFi info
jpegoptim # Terminal JPEG optimizer
jiq # Modern Unix `jq`
lazygit # Terminal Git client
libva-utils # Terminal VAAPI info
lurk # Modern Unix `strace`
mdp # Terminal Markdown presenter
Expand Down

0 comments on commit a618d16

Please sign in to comment.