feat: Dump of updates
This commit is contained in:
parent
81504a006e
commit
e6c53843b4
12 changed files with 274 additions and 35 deletions
|
|
@ -11,6 +11,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
shellAliases = {
|
||||
|
||||
trackme = "git branch --set-upstream-to=origin/$(git symbolic-ref --short HEAD)";
|
||||
rebasemain = "git pull origin main --rebase";
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
cocogitto
|
||||
lazygit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue