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"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user