Skip to content

Commit 08d1191

Browse files
committed
Add lua and luarocks
1 parent 4333df7 commit 08d1191

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

scripts/base_install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function base_install() {
1616
pkg_install="pac_install"
1717
alt_install="yay_install"
1818

19+
LUA="lua"
1920
NVIM="nvim"
2021
GO="go"
2122
FZF="fzf"
@@ -29,6 +30,7 @@ function base_install() {
2930

3031
install_chaotic
3132

33+
LUA="lua5.4"
3234
NVIM="neovim"
3335
GO="golang"
3436
FZF="fzf-bin"
@@ -68,6 +70,8 @@ function base_install() {
6870
gcc \
6971
$GO \
7072
llvm \
73+
$LUA \
74+
luarocks \
7175
python3-setuptools
7276

7377
$alt_install \

scripts/devcontainer.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ print_details
1414
apt_update
1515
apt_install \
1616
fuse \
17+
lua5.4 \
18+
luarocks \
1719
pass \
1820
python3-venv \
1921
pipx \
@@ -27,7 +29,7 @@ install_chaotic
2729

2830
pacstall_install \
2931
fzf-bin \
30-
neovim-app \
32+
neovim \
3133
nodejs-deb
3234

3335
install_rust

0 commit comments

Comments
 (0)