Compare commits
6
Commits
10aec5458a
...
90dd188555
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90dd188555
|
||
|
|
24d8ba379f
|
||
|
|
ad7b31a67a
|
||
|
|
b237de1fc5
|
||
|
|
6e303b041f
|
||
|
|
3788422797
|
+13
-1
@@ -77,4 +77,16 @@ fabric.properties
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.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
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{}
|
||||
+16
-16
@@ -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 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 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 hunspell hunspell-de-de-frami
|
||||
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 htop hunspell hunspell-de-de-frami
|
||||
apt install -y impression input-remapper irqbalance
|
||||
# j
|
||||
apt install -y keepassxc
|
||||
@@ -30,7 +30,7 @@ apt install -y obfuscate openrgb
|
||||
apt install -y pipewire pipewire-pulse plymouth plymouth-themes prismlauncher protontricks
|
||||
# q
|
||||
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 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
|
||||
@@ -69,23 +69,23 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.f
|
||||
|
||||
# Install Docker
|
||||
# Add Docker's official GPG key:
|
||||
#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 chmod a+r /etc/apt/keyrings/docker.asc
|
||||
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 chmod a+r /etc/apt/keyrings/docker.asc
|
||||
|
||||
# Add the repository to Apt sources:
|
||||
#sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
|
||||
#Types: deb
|
||||
#URIs: https://download.docker.com/linux/debian
|
||||
#Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
|
||||
#Components: stable
|
||||
#Architectures: $(dpkg --print-architecture)
|
||||
#Signed-By: /etc/apt/keyrings/docker.asc
|
||||
#EOF
|
||||
sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
|
||||
Types: deb
|
||||
URIs: https://download.docker.com/linux/debian
|
||||
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
|
||||
Components: stable
|
||||
Architectures: $(dpkg --print-architecture)
|
||||
Signed-By: /etc/apt/keyrings/docker.asc
|
||||
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
|
||||
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
||||
|
||||
@@ -6,8 +6,6 @@ xdg-mime default org.betterbird.Betterbird.desktop x-scheme-handler/mailto
|
||||
|
||||
# Alpaca
|
||||
flatpak install flathub com.jeffser.Alpaca -y
|
||||
# LM-Stdio
|
||||
flatpak install flathub ai.lmstudio.lm-studio -y
|
||||
|
||||
# Web App Hub
|
||||
flatpak install flathub org.pvermeer.WebAppHub -y
|
||||
|
||||
Reference in New Issue
Block a user