Add vim config and small fixes

This commit is contained in:
2025-04-10 14:14:51 +01:00
parent 30bf096e81
commit 0c6e712cb4
6 changed files with 1030 additions and 13 deletions

View File

@@ -19,13 +19,13 @@ select opt in "${options[@]}"; do
1)
echo -e "${CYAN}Using Stable sources.${NC}"
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bckp
cp stable-sources.list /etc/apt/sources.list
sudo cp stable-sources.list /etc/apt/sources.list
break
;;
2)
echo -e "${CYAN}Using Testing sources.${NC}"
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bckp
cp testing-sources.list /etc/apt/sources.list
sudo cp testing-sources.list /etc/apt/sources.list
break
;;
*)
@@ -37,7 +37,7 @@ done
./scripts/update
echo -e "${YELLOW}Installing GNOME...${NC}"
sudo apt install gnome-core flatpak gnome-software-plugin-flatpak epiphany-browser
sudo apt install gnome-core flatpak gnome-software-plugin-flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Enable Network Manager