mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
8 lines
143 B
Bash
Executable File
8 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
asdf plugin add lua
|
|
asdf install lua latest
|
|
asdf global lua latest
|
|
|
|
luarocks install --server=https://luarocks.org/dev luaformatter
|