mirror of
https://github.com/JonasunderscoreJones/ArchSystemSetup.git
synced 2025-10-22 19:19:20 +02:00
added flatpaks
This commit is contained in:
parent
cbad5c6c42
commit
d3eb30b246
2 changed files with 16 additions and 0 deletions
|
@ -22,7 +22,9 @@ dev.lasheen.qr
|
||||||
fr.romainvigier.MetadataCleaner
|
fr.romainvigier.MetadataCleaner
|
||||||
io.github.arunsivaramanneo.GPUViewer
|
io.github.arunsivaramanneo.GPUViewer
|
||||||
io.github.diegoivan.pdf_metadata_editor
|
io.github.diegoivan.pdf_metadata_editor
|
||||||
|
io.github.flattool.Warehouse
|
||||||
io.github.Foldex.AdwSteamGtk
|
io.github.Foldex.AdwSteamGtk
|
||||||
|
io.gitlab.gregorni.Letterpress
|
||||||
io.github.jonmagon.kdiskmark
|
io.github.jonmagon.kdiskmark
|
||||||
io.github.prateekmedia.appimagepool
|
io.github.prateekmedia.appimagepool
|
||||||
io.github.realmazharhussain.GdmSettings
|
io.github.realmazharhussain.GdmSettings
|
||||||
|
|
14
syssetup.sh
14
syssetup.sh
|
@ -6,6 +6,20 @@ FLATPAK_LIST_URL = "https://syssetup.jonasjones.dev/flatpaks"
|
||||||
PACKAGES_LIST_URL = "https://syssetup.jonasjones.dev/packages"
|
PACKAGES_LIST_URL = "https://syssetup.jonasjones.dev/packages"
|
||||||
GEXTENSIONS_LIST_URL = "https://syssetup.jonasjones.dev/gextensions"
|
GEXTENSIONS_LIST_URL = "https://syssetup.jonasjones.dev/gextensions"
|
||||||
|
|
||||||
|
FONT_URL="https://download.jetbrains.com/fonts/JetBrainsMono-2.304.zip"
|
||||||
|
TEMP_DIR=$(mktemp -d)
|
||||||
|
FONT_DIR="$HOME/.fonts"
|
||||||
|
TTF_DIR="$TEMP_DIR/fonts/ttf"
|
||||||
|
DEFAULT_FONT="JetBrainsMonoNL-Bold.ttf"
|
||||||
|
|
||||||
|
ICONPACK_URL="https://github.com/zayronxio/Mkos-Big-Sur/releases/download/0.3/Mkos-Big-Sur.tar.xz"
|
||||||
|
TEMP_DIR=$(mktemp -d)
|
||||||
|
ICON_DIR="$HOME/.icons"
|
||||||
|
ICONPACK_NAME="Mkos-Big-Sur"
|
||||||
|
|
||||||
|
WALLPAPER_URL="https://raw.githubusercontent.com/JonasunderscoreJones/ArchSystemSetup/refs/heads/main/wallpaper.jpg"
|
||||||
|
WALLPAPER_PATH="$HOME/Pictures/wallpaper.jpg"
|
||||||
|
|
||||||
# Check for --help argument
|
# Check for --help argument
|
||||||
if [[ "$1" == "--help" || "$2" == "--help" ]]; then
|
if [[ "$1" == "--help" || "$2" == "--help" ]]; then
|
||||||
echo "Usage: ./script_name.sh [user]"
|
echo "Usage: ./script_name.sh [user]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue