diff --git a/Brewfile b/Brewfile index 169fed9..3f83dca 100644 --- a/Brewfile +++ b/Brewfile @@ -6,7 +6,6 @@ brew "ca-certificates" brew "cmake" brew "curl" brew "dysk" -brew "mise" brew "mkcert" brew "pipx" brew "sheldon" diff --git a/install-packages.sh b/install-packages.sh index b2ccd1c..6b221ba 100755 --- a/install-packages.sh +++ b/install-packages.sh @@ -69,6 +69,10 @@ sudo apt install -y \ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew bundle --file ./Brewfile +## Install mise +/bin/bash -c "$(curl https://mise.run | sh)" +mise install + # Change the default shell to zsh sudo sh -c "echo '/home/linuxbrew/.linuxbrew/bin/zsh' >> /etc/shells" chsh -s /home/linuxbrew/.linuxbrew/bin/zsh