mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
.
This commit is contained in:
parent
ff26cb159c
commit
b7ae502899
|
@ -1,25 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
. ../../common-script.sh
|
||||
|
||||
installLapce() {
|
||||
if ! command_exists lapce; then
|
||||
printf "%b\n" "${YELLOW}Installing Lapce...${RC}"
|
||||
case "$PACKAGER" in
|
||||
pacman)
|
||||
"$AUR_HELPER" -S --needed --noconfirm lapce
|
||||
;;
|
||||
*)
|
||||
. ../setup-flatpak.sh
|
||||
flatpak install flathub dev.lapce.lapce
|
||||
;;
|
||||
esac
|
||||
else
|
||||
printf "%b\n" "${GREEN}Lapce is already installed.${RC}"
|
||||
fi
|
||||
}
|
||||
|
||||
checkEnv
|
||||
checkEscalationTool
|
||||
checkAURHelper
|
||||
installLapce
|
|
@ -27,12 +27,6 @@ description = "Visual Studio Code (VS Code) is a lightweight, open-source code e
|
|||
script = "Developer-tools/vscode-setup.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data.entries]]
|
||||
name = "Lapce"
|
||||
description = "Lapce is an open source code editor written in Rust."
|
||||
script = "Developer-tools/lapce.sh"
|
||||
task_list = "FI"
|
||||
|
||||
[[data.entries]]
|
||||
name = "VS Codium"
|
||||
description = "VSCodium is a free, open-source version of Visual Studio Code (VS Code) that removes Microsoft-specific telemetry and branding."
|
||||
|
|
Loading…
Reference in New Issue
Block a user