Up.
This commit is contained in:
parent
e29d5eee54
commit
a746d0c4d3
@ -81,7 +81,17 @@ packages=(
|
|||||||
|
|
||||||
## Install packages
|
## Install packages
|
||||||
packages=(${packages[@]//starship/makedeb})
|
packages=(${packages[@]//starship/makedeb})
|
||||||
packages+=(mist cmake ninja-build pkg-config)
|
packages+=(
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
cmake
|
||||||
|
doxygen
|
||||||
|
libtool
|
||||||
|
libtool-bin
|
||||||
|
mist
|
||||||
|
ninja-build
|
||||||
|
pkg-config
|
||||||
|
)
|
||||||
|
|
||||||
for package in ${packages[@]}; do
|
for package in ${packages[@]}; do
|
||||||
echo "installing ${package}..."
|
echo "installing ${package}..."
|
||||||
@ -93,11 +103,7 @@ packages=(
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
done
|
done
|
||||||
|
|
||||||
{{- if ne .chezmoi.username "root" }}
|
curl -sS https://starship.rs/install.sh | sh
|
||||||
DEBIAN_FRONTEND=noninteractive sudo -E mist install starship
|
|
||||||
{{- else }}
|
|
||||||
DEBIAN_FRONTEND=noninteractive mist install starship
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
echo -e "\033[0;32m>>>>> Finish Debian/Ubuntu Linux packages installation <<<<<\033[0m"
|
echo -e "\033[0;32m>>>>> Finish Debian/Ubuntu Linux packages installation <<<<<\033[0m"
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ echo -e "\033[0;32m>>>>> Begin LVim installation <<<<<\033[0m"
|
|||||||
|
|
||||||
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
||||||
|
|
||||||
{{- /* we're on Arch based system */ -}}
|
|
||||||
## Update system
|
## Update system
|
||||||
{{- if ne .chezmoi.username "root" }}
|
{{- if ne .chezmoi.username "root" }}
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu --noconfirm
|
||||||
@ -35,9 +34,6 @@ echo -e "\033[0;32m>>>>> Begin LVim installation <<<<<\033[0m"
|
|||||||
|
|
||||||
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
||||||
|
|
||||||
{{- /* we're on Debian based system */ -}}
|
|
||||||
echo -e "\033[0;32m>>>>> Begin zsh installation <<<<<\033[0m"
|
|
||||||
|
|
||||||
## Update system
|
## Update system
|
||||||
{{- if ne .chezmoi.username "root" }}
|
{{- if ne .chezmoi.username "root" }}
|
||||||
DEBIAN_FRONTEND=noninteractive sudo -E apt update
|
DEBIAN_FRONTEND=noninteractive sudo -E apt update
|
||||||
@ -54,6 +50,8 @@ echo -e "\033[0;32m>>>>> Begin LVim installation <<<<<\033[0m"
|
|||||||
DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends --ignore-missing python3-pynvim npm
|
DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends --ignore-missing python3-pynvim npm
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
mist install neovim
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s 'https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh')
|
LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s 'https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh')
|
||||||
|
Loading…
Reference in New Issue
Block a user