[macbook] Add opencode local.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
7f6a5b35b4
commit
c673c4abd1
1 changed files with 6 additions and 1 deletions
|
|
@ -83,7 +83,12 @@ in {
|
||||||
|
|
||||||
rshellconf = "source ${homeDirectory}/.zshrc";
|
rshellconf = "source ${homeDirectory}/.zshrc";
|
||||||
nrsw = "sudo darwin-rebuild switch --flake ${homeDirectory}/nixos#macbook";
|
nrsw = "sudo darwin-rebuild switch --flake ${homeDirectory}/nixos#macbook";
|
||||||
opencode = "/Users/jmug/dev/opencode/dist-local/bin/opencode"; # Replace with the app.
|
opencode-local = "/Users/jmug/dev/opencode/dist-local/bin/opencode"; # Replace with the app.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
initContent = ''
|
||||||
|
export PATH=$PATH:$HOME/bin
|
||||||
|
export PATH=$PATH:$HOME/.opencode/bin
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue