add gitoxide
This commit is contained in:
parent
4ce958a98f
commit
59594dd707
3 changed files with 7 additions and 1 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -22,6 +22,7 @@
|
|||
"ghidra",
|
||||
"ghostty",
|
||||
"gitbutler",
|
||||
"gitoxide",
|
||||
"gvariant",
|
||||
"Hanja",
|
||||
"homelab",
|
||||
|
|
|
@ -4,8 +4,14 @@
|
|||
home.packages = with pkgs; [
|
||||
gitbutler
|
||||
lazygit
|
||||
gitoxide
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
lg = "lazygit";
|
||||
g = "gitoxide";
|
||||
};
|
||||
|
||||
catppuccin.lazygit.enable = true;
|
||||
|
||||
programs.git = {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
shellAliases = {
|
||||
c = "clear";
|
||||
e = "eza --long --classify=always --color=always --icons=always --all --group-directories-first --binary --group --no-time --octal-permissions";
|
||||
lg = "lazygit";
|
||||
ld = "lazydocker";
|
||||
};
|
||||
sessionVariables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue