Skip to content

Commit dbf2ca1

Browse files
committed
Install Bun and Deno using mise
1 parent fc6fa7c commit dbf2ca1

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

configs/mise/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[tools]
22
go = "latest"
33
node = "lts"
4+
bun = "latest"
5+
deno = "latest"
46
python = "latest"
57
ruby = "latest"

dotfiles/.zsh_plugins.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ getantidote/use-omz
33
ohmyzsh/ohmyzsh path:lib
44
ohmyzsh/ohmyzsh path:plugins/mise
55
ohmyzsh/ohmyzsh path:plugins/git
6+
ohmyzsh/ohmyzsh path:plugins/bun
67
ohmyzsh/ohmyzsh path:plugins/npm
78
ohmyzsh/ohmyzsh path:plugins/brew
89
ohmyzsh/ohmyzsh path:plugins/deno

scripts/brew.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ brew install gh
2828
brew install ack
2929
brew install php
3030
brew install mise
31-
brew install deno
3231
brew install biome
3332
brew install awscli
3433
brew install httpie

scripts/shell.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)