Enable opencode
This commit is contained in:
parent
c074ee546b
commit
0053edfb76
1 changed files with 5 additions and 1 deletions
|
|
@ -82,11 +82,15 @@
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
rebase.updateRefs = true;
|
rebase.updateRefs = true;
|
||||||
user.name= "Tobias Ostner";
|
user.name = "Tobias Ostner";
|
||||||
user.email = email;
|
user.email = email;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
opencode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue