mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-16 14:23:37 +00:00
fix: docker and make
This commit is contained in:
parent
d561dda577
commit
b4b4a531c1
3 changed files with 12 additions and 9 deletions
|
@ -1,2 +1,2 @@
|
||||||
--italic-text='always'
|
--italic-text='always'
|
||||||
--theme=OneHalfDark
|
--theme=OneHalfLight
|
||||||
|
|
18
install.sh
18
install.sh
|
@ -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
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
jq
|
jq
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
|
gnumake
|
||||||
|
|
||||||
# Nodejs
|
# Nodejs
|
||||||
nodejs_20
|
nodejs_20
|
||||||
|
|
Loading…
Reference in a new issue