mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: remove scripts
This commit is contained in:
Submodule private/bin updated: f0daccc50d...2da2514b21
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add deno
|
||||
asdf install deno latest
|
||||
asdf global deno latest
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add golang
|
||||
asdf install golang latest
|
||||
asdf global golang latest
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add neovim
|
||||
nvim --headless "+Lazy! sync" +qa
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add python
|
||||
asdf install python latest
|
||||
asdf global python latest
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add ruby
|
||||
asdf install ruby latest
|
||||
asdf global ruby latest
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user