add gitoxide

This commit is contained in:
Kim, Jimin 2025-05-14 18:52:02 +09:00
parent 4ce958a98f
commit 59594dd707
Signed by: pomp
GPG key ID: D3932F82A0667A3B
3 changed files with 7 additions and 1 deletions

View file

@ -22,6 +22,7 @@
"ghidra", "ghidra",
"ghostty", "ghostty",
"gitbutler", "gitbutler",
"gitoxide",
"gvariant", "gvariant",
"Hanja", "Hanja",
"homelab", "homelab",

View file

@ -4,8 +4,14 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
gitbutler gitbutler
lazygit lazygit
gitoxide
]; ];
programs.zsh.shellAliases = {
lg = "lazygit";
g = "gitoxide";
};
catppuccin.lazygit.enable = true; catppuccin.lazygit.enable = true;
programs.git = { programs.git = {

View file

@ -8,7 +8,6 @@
shellAliases = { shellAliases = {
c = "clear"; c = "clear";
e = "eza --long --classify=always --color=always --icons=always --all --group-directories-first --binary --group --no-time --octal-permissions"; e = "eza --long --classify=always --color=always --icons=always --all --group-directories-first --binary --group --no-time --octal-permissions";
lg = "lazygit";
ld = "lazydocker"; ld = "lazydocker";
}; };
sessionVariables = { sessionVariables = {