File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tools ]
22go = " latest"
33node = " lts"
4+ bun = " latest"
5+ deno = " latest"
46python = " latest"
57ruby = " latest"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ getantidote/use-omz
33ohmyzsh/ohmyzsh path:lib
44ohmyzsh/ohmyzsh path:plugins/mise
55ohmyzsh/ohmyzsh path:plugins/git
6+ ohmyzsh/ohmyzsh path:plugins/bun
67ohmyzsh/ohmyzsh path:plugins/npm
78ohmyzsh/ohmyzsh path:plugins/brew
89ohmyzsh/ohmyzsh path:plugins/deno
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ brew install gh
2828brew install ack
2929brew install php
3030brew install mise
31- brew install deno
3231brew install biome
3332brew install awscli
3433brew install httpie
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ if [ -z "$CI" ]; then
6060
6161 mise use -g go@latest
6262 mise use -g node@lts
63+ mise use -g bun@latest
64+ mise use -g deno@latest
6365 mise use -g python@latest
6466 mise use -g ruby@latest
6567
You can’t perform that action at this time.
0 commit comments