chore: add neovim and deno to setup

This commit is contained in:
Stefan Imhoff
2024-03-02 12:04:10 +01:00
parent 729398c962
commit 2985339c63
2 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ brew install --cask secretive
echo "Installing Homebrew packages, Cask binaries and Mac App Store software" echo "Installing Homebrew packages, Cask binaries and Mac App Store software"
source ./brew.sh source ./brew.sh
# Neovim
echo "Installing Neovim"
source ./neovim.sh
# Direnv # Direnv
echo "Installing Direnv" echo "Installing Direnv"
source ./direnv.sh source ./direnv.sh
@@ -39,6 +43,10 @@ source ./direnv.sh
echo "Installing Node.js" echo "Installing Node.js"
source ./nodejs.sh source ./nodejs.sh
# Deno
echo "Installing Deno"
source ./deno.sh
# Python # Python
echo "Installing Python" echo "Installing Python"
source ./python.sh source ./python.sh