6 Commits
4 changed files with 30 additions and 19 deletions
+13 -1
View File
@@ -77,4 +77,16 @@ fabric.properties
# Android studio 3.1+ serialized cache file # Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
.vscode # ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
+1
View File
@@ -0,0 +1 @@
{}
+16 -16
View File
@@ -18,8 +18,8 @@ apt install -y cava clamav clamav-daemon clamav-docs clamav-freshclam codium com
apt install -y dconf-editor debian-goodies apt install -y dconf-editor debian-goodies
apt install -y easyeffects apt install -y easyeffects
apt install -y fastfetch ffmpeg file-roller firmware-linux firmware-linux-nonfree firmware-misc-nonfree flameshot flatpak flatseal floorp fragments fzf apt install -y fastfetch ffmpeg file-roller firmware-linux firmware-linux-nonfree firmware-misc-nonfree flameshot flatpak flatseal floorp fragments fzf
apt install -y gameconqueror gamemode gamescope gimp gnome-calculator gnome-decoder gnome-disk-utility gnome-firmware gnome-font-viewer gnome-keyring gnome-logs gnome-snapshot gnome-system-monitor gnome-text-editor gparted grim apt install -y gameconqueror gamemode gamescope gimp glances gnome-calculator gnome-decoder gnome-disk-utility gnome-firmware gnome-font-viewer gnome-keyring gnome-logs gnome-snapshot gnome-system-monitor gnome-text-editor gparted grim
apt install -y hunspell hunspell-de-de-frami apt install -y htop hunspell hunspell-de-de-frami
apt install -y impression input-remapper irqbalance apt install -y impression input-remapper irqbalance
# j # j
apt install -y keepassxc apt install -y keepassxc
@@ -30,7 +30,7 @@ apt install -y obfuscate openrgb
apt install -y pipewire pipewire-pulse plymouth plymouth-themes prismlauncher protontricks apt install -y pipewire pipewire-pulse plymouth plymouth-themes prismlauncher protontricks
# q # q
apt install -y radeontop remmina resources rfkill ripgrep rpi-imager apt install -y radeontop remmina resources rfkill ripgrep rpi-imager
apt install -y sddm simple-scan sl slurp steam-devices swappy swaybg systemd-timesyncd apt install -y sddm simple-scan sl slurp speech-dispatcher steam-devices swappy swaybg systemd-timesyncd
apt install -y tar tealdeer timeshift thunar topgrade tree apt install -y tar tealdeer timeshift thunar topgrade tree
apt install -y unrar unzip apt install -y unrar unzip
apt install -y vesktop vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output apt install -y vesktop vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output
@@ -69,23 +69,23 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.f
# Install Docker # Install Docker
# Add Docker's official GPG key: # Add Docker's official GPG key:
#sudo install -m 0755 -d /etc/apt/keyrings sudo install -m 0755 -d /etc/apt/keyrings
#sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
#sudo chmod a+r /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc
# Add the repository to Apt sources: # Add the repository to Apt sources:
#sudo tee /etc/apt/sources.list.d/docker.sources <<EOF sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
#Types: deb Types: deb
#URIs: https://download.docker.com/linux/debian URIs: https://download.docker.com/linux/debian
#Suites: $(. /etc/os-release && echo "$VERSION_CODENAME") Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
#Components: stable Components: stable
#Architectures: $(dpkg --print-architecture) Architectures: $(dpkg --print-architecture)
#Signed-By: /etc/apt/keyrings/docker.asc Signed-By: /etc/apt/keyrings/docker.asc
#EOF EOF
#sudo apt update sudo apt update
#sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# Install Spotify # Install Spotify
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
-2
View File
@@ -6,8 +6,6 @@ xdg-mime default org.betterbird.Betterbird.desktop x-scheme-handler/mailto
# Alpaca # Alpaca
flatpak install flathub com.jeffser.Alpaca -y flatpak install flathub com.jeffser.Alpaca -y
# LM-Stdio
flatpak install flathub ai.lmstudio.lm-studio -y
# Web App Hub # Web App Hub
flatpak install flathub org.pvermeer.WebAppHub -y flatpak install flathub org.pvermeer.WebAppHub -y