This commit is contained in:
hexisXz 2024-10-01 22:58:03 +00:00
parent ff26cb159c
commit b7ae502899
2 changed files with 0 additions and 31 deletions

View File

@ -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

View File

@ -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."