Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from ohaukeboe/pull-upstream-merge-conflict
Browse files Browse the repository at this point in the history
[pull] main from bluefin-main
  • Loading branch information
ohaukeboe authored Nov 19, 2023
2 parents 0b60649 + 30ea731 commit 56c8883
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/bling/repo/fedora-$(rp
fc-cache -f /usr/share/fonts/inter && \
find /tmp/just -iname '*.just' -exec printf "\n\n" \; -exec cat {} \; >> /usr/share/ublue-os/just/60-custom.just && \
rm -f /etc/yum.repos.d/tailscale.repo && \
rm -f /etc/yum.repos.d/charm.repo && \
rm -f /etc/yum.repos.d/_copr_ublue-os-bling.repo && \
rm -f /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo && \
rm -f /usr/share/applications/fish.desktop && \
Expand Down Expand Up @@ -145,12 +146,6 @@ RUN wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx -O /usr
wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubens -O /usr/bin/kubens && \
chmod +x /usr/bin/kubectx /usr/bin/kubens

# Install Charm gum
RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/gum/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url')

# Install Charm glow
RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/glow/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url')

# Set up services
RUN systemctl enable podman.socket && \
systemctl disable pmie.service && \
Expand Down
6 changes: 6 additions & 0 deletions etc/yum.repos.d/charm.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[charm]
name=Charm
baseurl=https://repo.charm.sh/yum/
enabled=1
gpgcheck=1
gpgkey=https://repo.charm.sh/yum/gpg.key
5 changes: 5 additions & 0 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ brew:
echo "Installing homebrew ..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Remove Homebrew
brew-remove:
echo "Removing homebrew ..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"

# Add Homebrew to shell rc files
brew-shell:
#!/usr/bin/env bash
Expand Down
2 changes: 2 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"ddccontrol",
"evtest",
"fish",
"glow",
"gum",
"input-remapper",
"libgda-sqlite",
"libgda",
Expand Down

0 comments on commit 56c8883

Please sign in to comment.