mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-24 00:48:50 +01:00
change git remote and add flatpak bootstrap
This commit is contained in:
parent
0d7fd5a54d
commit
e67ba670c8
2 changed files with 71 additions and 1 deletions
|
@ -21,4 +21,9 @@ fi
|
|||
|
||||
# Install home-manager
|
||||
cd $HOME/.config/home-manager
|
||||
git remote set-url origin git@github.com:thilobillerbeck/dotfiles.git
|
||||
nix run .#homeConfigurations.$USER@$(hostname).activationPackage
|
||||
|
||||
if [[ "$XDG_CURRENT_DESKTOP" == "KDE" || "$KDE_FULL_SESSION" == "true" ]]; then
|
||||
xargs flatpak install -y < $HOME/.config/home-manager/scripts/flatpak-bootstrap/flatpaks-plasma.txt
|
||||
fi
|
65
scripts/flatpak-bootstrap/flatpaks-plasma.txt
Normal file
65
scripts/flatpak-bootstrap/flatpaks-plasma.txt
Normal file
|
@ -0,0 +1,65 @@
|
|||
com.brave.Browser
|
||||
com.github.mtkennerly.ludusavi
|
||||
com.github.tchx84.Flatseal
|
||||
com.github.wwmm.easyeffects
|
||||
com.heroicgameslauncher.hgl
|
||||
com.mastermindzh.tidal-hifi
|
||||
com.nextcloud.desktopclient.nextcloud
|
||||
com.spotify.Client
|
||||
com.usebottles.bottles
|
||||
com.valvesoftware.Steam
|
||||
com.vysp3r.ProtonPlus
|
||||
com.vysp3r.RetroPlus
|
||||
dev.deedles.Trayscale
|
||||
dev.vencord.Vesktop
|
||||
im.nheko.Nheko
|
||||
info.mumble.Mumble
|
||||
io.anytype.anytype
|
||||
io.appflowy.AppFlowy
|
||||
io.github.dimtpap.coppwr
|
||||
io.github.dvlv.boxbuddyrs
|
||||
io.github.flattool.Warehouse
|
||||
io.github.zen_browser.zen
|
||||
io.gpt4all.gpt4all
|
||||
io.missioncenter.MissionCenter
|
||||
io.ossia.score
|
||||
io.podman_desktop.PodmanDesktop
|
||||
it.fabiodistasio.AntaresSQL
|
||||
it.mijorus.gearlever
|
||||
md.obsidian.Obsidian
|
||||
moe.launcher.an-anime-game-launcher
|
||||
net.ankiweb.Anki
|
||||
net.lutris.Lutris
|
||||
net.retrodeck.retrodeck
|
||||
org.ardour.Ardour
|
||||
org.audacityteam.Audacity
|
||||
org.fedoraproject.MediaWriter
|
||||
org.filezillaproject.Filezilla
|
||||
org.fkoehler.KTailctl
|
||||
org.freac.freac
|
||||
org.gnome.Boxes
|
||||
org.gnome.DejaDup
|
||||
org.gnome.World.PikaBackup
|
||||
org.godotengine.Godot
|
||||
org.inkscape.Inkscape
|
||||
org.kde.filelight
|
||||
org.kde.gwenview
|
||||
org.kde.haruna
|
||||
org.kde.kcalc
|
||||
org.kde.kclock
|
||||
org.kde.kdenlive
|
||||
org.kde.kontact
|
||||
org.kde.kweather
|
||||
org.kde.okular
|
||||
org.libreoffice.LibreOffice
|
||||
org.mixxx.Mixxx
|
||||
org.mozilla.Thunderbird
|
||||
org.mozilla.firefox
|
||||
org.musescore.MuseScore
|
||||
org.onlyoffice.desktopeditors
|
||||
org.raspberrypi.rpi-imager
|
||||
org.rncbc.qpwgraph
|
||||
org.signal.Signal
|
||||
org.telegram.desktop
|
||||
org.zotero.Zotero
|
||||
page.kramo.Cartridges
|
Loading…
Reference in a new issue