Up.
This commit is contained in:
parent
00f2fed23a
commit
0d863f8271
@ -52,6 +52,7 @@ install_lvim() {
|
||||
packages+=(
|
||||
go
|
||||
nodejs
|
||||
npm
|
||||
python
|
||||
rust
|
||||
tree-sitter-cli
|
||||
@ -114,14 +115,15 @@ main() {
|
||||
"$ZSH" && install_zsh
|
||||
"$LATEX" && install_latex
|
||||
|
||||
## Update system
|
||||
update_system
|
||||
|
||||
## Install yay
|
||||
if [ ! $(command -v yay) ]; then
|
||||
## Update system
|
||||
update_system
|
||||
install_binary "yay"
|
||||
fi
|
||||
|
||||
update_system "yay"
|
||||
|
||||
## Install packages
|
||||
for package in ${packages[@]}; do
|
||||
if [ "$(yay -Qq $package 2> /dev/null)" != $package ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user