mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +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'
|
||||
--theme=OneHalfDark
|
||||
--theme=OneHalfLight
|
||||
|
|
18
install.sh
18
install.sh
|
@ -11,18 +11,20 @@ workspace_link() {
|
|||
# On host we only install minimal dependencies.
|
||||
# Mostly just GUI applications.
|
||||
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 \
|
||||
kitty zsh
|
||||
kitty zsh \
|
||||
podman-docker
|
||||
|
||||
echo "==[host] Installing flatpaks"
|
||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install --user com.bitwarden.desktop
|
||||
flatpak install --user md.obsidian.Obsidian
|
||||
flatpak install --user org.mozilla.firefox
|
||||
flatpak install --user org.mozilla.Thunderbird
|
||||
flatpak install --user org.gnome.Builder
|
||||
flatpak install --user com.vscodium.codium
|
||||
flatpak install -y --user \
|
||||
com.bitwarden.desktop \
|
||||
md.obsidian.Obsidian \
|
||||
org.mozilla.firefox \
|
||||
org.mozilla.Thunderbird \
|
||||
org.gnome.Builder \
|
||||
com.vscodium.codium
|
||||
|
||||
echo "==[host] Installing Nix"
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
jq
|
||||
fd
|
||||
fzf
|
||||
gnumake
|
||||
|
||||
# Nodejs
|
||||
nodejs_20
|
||||
|
|
Loading…
Reference in a new issue