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",
|
"ghidra",
|
||||||
"ghostty",
|
"ghostty",
|
||||||
"gitbutler",
|
"gitbutler",
|
||||||
|
"gitoxide",
|
||||||
"gvariant",
|
"gvariant",
|
||||||
"Hanja",
|
"Hanja",
|
||||||
"homelab",
|
"homelab",
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue