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";
|
||||
pull.rebase = true;
|
||||
rebase.updateRefs = true;
|
||||
user.name= "Tobias Ostner";
|
||||
user.name = "Tobias Ostner";
|
||||
user.email = email;
|
||||
};
|
||||
};
|
||||
|
||||
opencode = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue