chore: remove scripts

This commit is contained in:
Stefan Imhoff
2024-08-02 17:16:20 +02:00
parent c0ed7fc2e1
commit 5ca4e04a6b
10 changed files with 1 additions and 85 deletions

View File

@@ -1,5 +0,0 @@
#!/bin/sh
asdf plugin add deno
asdf install deno latest
asdf global deno latest

View File

@@ -1,5 +0,0 @@
#!/bin/sh
asdf plugin add golang
asdf install golang latest
asdf global golang latest

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +0,0 @@
#!/bin/sh
asdf plugin add neovim
nvim --headless "+Lazy! sync" +qa

View File

@@ -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

View File

@@ -1,5 +0,0 @@
#!/bin/sh
asdf plugin add python
asdf install python latest
asdf global python latest

View File

@@ -1,5 +0,0 @@
#!/bin/sh
asdf plugin add ruby
asdf install ruby latest
asdf global ruby latest

View File

@@ -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