fix: docker and make

This commit is contained in:
Tine 2024-01-31 14:41:56 +01:00
parent d561dda577
commit b4b4a531c1
No known key found for this signature in database
3 changed files with 12 additions and 9 deletions

View file

@ -1,2 +1,2 @@
--italic-text='always' --italic-text='always'
--theme=OneHalfDark --theme=OneHalfLight

View file

@ -11,18 +11,20 @@ workspace_link() {
# On host we only install minimal dependencies. # On host we only install minimal dependencies.
# Mostly just GUI applications. # Mostly just GUI applications.
echo "==[host] Installing rpm-os tree packages" echo "==[host] Installing rpm-os tree packages"
rpm-ostree install --idempotent --apply-live --allow-inactive \ rpm-ostree install --idempotent --apply-live --allow-inactive -y \
git git-lfs \ git git-lfs \
kitty zsh kitty zsh \
podman-docker
echo "==[host] Installing flatpaks" echo "==[host] Installing flatpaks"
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user com.bitwarden.desktop flatpak install -y --user \
flatpak install --user md.obsidian.Obsidian com.bitwarden.desktop \
flatpak install --user org.mozilla.firefox md.obsidian.Obsidian \
flatpak install --user org.mozilla.Thunderbird org.mozilla.firefox \
flatpak install --user org.gnome.Builder org.mozilla.Thunderbird \
flatpak install --user com.vscodium.codium org.gnome.Builder \
com.vscodium.codium
echo "==[host] Installing Nix" echo "==[host] Installing Nix"
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

View file

@ -29,6 +29,7 @@
jq jq
fd fd
fzf fzf
gnumake
# Nodejs # Nodejs
nodejs_20 nodejs_20