mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: add neovim and deno to setup
This commit is contained in:
@@ -31,6 +31,10 @@ brew install --cask secretive
|
||||
echo "Installing Homebrew packages, Cask binaries and Mac App Store software"
|
||||
source ./brew.sh
|
||||
|
||||
# Neovim
|
||||
echo "Installing Neovim"
|
||||
source ./neovim.sh
|
||||
|
||||
# Direnv
|
||||
echo "Installing Direnv"
|
||||
source ./direnv.sh
|
||||
@@ -39,6 +43,10 @@ source ./direnv.sh
|
||||
echo "Installing Node.js"
|
||||
source ./nodejs.sh
|
||||
|
||||
# Deno
|
||||
echo "Installing Deno"
|
||||
source ./deno.sh
|
||||
|
||||
# Python
|
||||
echo "Installing Python"
|
||||
source ./python.sh
|
||||
|
||||
Reference in New Issue
Block a user