File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ print_details
1414apt_update
1515apt_install \
1616 fuse \
17+ lua5.4 \
18+ luarocks \
1719 pass \
1820 python3-venv \
1921 pipx \
@@ -27,7 +29,7 @@ install_chaotic
2729
2830pacstall_install \
2931 fzf-bin \
30- neovim-app \
32+ neovim \
3133 nodejs-deb
3234
3335install_rust
You can’t perform that action at this time.
0 commit comments