diff --git a/private/bin b/private/bin index f0daccc..2da2514 160000 --- a/private/bin +++ b/private/bin @@ -1 +1 @@ -Subproject commit f0daccc50d4148a5a794510c6e29c8aa3871d295 +Subproject commit 2da2514b21635faea1b15fd2f7bb2c38acbd8528 diff --git a/scripts/deno.sh b/scripts/deno.sh deleted file mode 100755 index 500d646..0000000 --- a/scripts/deno.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -asdf plugin add deno -asdf install deno latest -asdf global deno latest diff --git a/scripts/golang.sh b/scripts/golang.sh deleted file mode 100755 index 5b80ed1..0000000 --- a/scripts/golang.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -asdf plugin add golang -asdf install golang latest -asdf global golang latest diff --git a/scripts/init.sh b/scripts/init.sh deleted file mode 100755 index 2cc10a6..0000000 --- a/scripts/init.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/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 diff --git a/scripts/lua.sh b/scripts/lua.sh deleted file mode 100755 index e35d11e..0000000 --- a/scripts/lua.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -asdf plugin add lua -asdf install lua 5.1 -asdf install lua latest -asdf global lua latest - -luarocks install --server=https://luarocks.org/dev luaformatter -sudo luarocks install --lua-version 5.1 tiktoken_core diff --git a/scripts/neovim.sh b/scripts/neovim.sh deleted file mode 100755 index dba949c..0000000 --- a/scripts/neovim.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -asdf plugin add neovim -nvim --headless "+Lazy! sync" +qa diff --git a/scripts/nodejs.sh b/scripts/nodejs.sh deleted file mode 100755 index b503340..0000000 --- a/scripts/nodejs.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -asdf plugin add nodejs -asdf install nodejs 16.14.2 -asdf install nodejs 18.12.1 -asdf global nodejs 18.14.2 diff --git a/scripts/python.sh b/scripts/python.sh deleted file mode 100755 index a33c179..0000000 --- a/scripts/python.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -asdf plugin add python -asdf install python latest -asdf global python latest diff --git a/scripts/ruby.sh b/scripts/ruby.sh deleted file mode 100755 index 3bccc59..0000000 --- a/scripts/ruby.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -asdf plugin add ruby -asdf install ruby latest -asdf global ruby latest diff --git a/scripts/rust.sh b/scripts/rust.sh deleted file mode 100755 index 5cfd5db..0000000 --- a/scripts/rust.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -asdf plugin add rust -asdf install rust latest -asdf global rust latest - -cargo install stylua -cargo install nixpkgs-fmt -cargo install code2prompt