mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat(nix): migrate MacOS settings to nix-darwin
This commit is contained in:
36
scripts/init.sh
Executable file
36
scripts/init.sh
Executable file
@@ -0,0 +1,36 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Installing asdf plugins and versions"
|
||||
sudo -v
|
||||
|
||||
# Neovim
|
||||
echo "Installing Neovim"
|
||||
source ./neovim.sh
|
||||
|
||||
# Node.js
|
||||
echo "Installing Node.js"
|
||||
source ./nodejs.sh
|
||||
|
||||
# Deno
|
||||
echo "Installing Deno"
|
||||
source ./deno.sh
|
||||
|
||||
# Python
|
||||
echo "Installing Python"
|
||||
source ./python.sh
|
||||
|
||||
# Lua
|
||||
echo "Installing Lua"
|
||||
source ./lua.sh
|
||||
|
||||
# Rust
|
||||
echo "Installing Rust"
|
||||
source ./rust.sh
|
||||
|
||||
# Ruby
|
||||
echo "Installing Ruby"
|
||||
source ./ruby.sh
|
||||
|
||||
# Golang
|
||||
echo "Installing Go"
|
||||
source ./golang.sh
|
||||
Reference in New Issue
Block a user