Compare commits
No commits in common. "57400f80f1be0a45d8ae30ba90a091e7fd8f4e35" and "4049c5e424f64df45c5caddd583c93243aae42a5" have entirely different histories.
57400f80f1
...
4049c5e424
6 changed files with 20 additions and 32 deletions
15
build.sh
15
build.sh
|
@ -17,24 +17,10 @@ curl -Lo /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo https
|
|||
curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo
|
||||
|
||||
curl -Lo /etc/yum.repos.d/_copr_babariviere-tools-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/babariviere/tools/repo/fedora-"${FEDORA_MAJOR_VERSION}"/babariviere-tools-fedora-"${FEDORA_MAJOR_VERSION}".repo
|
||||
|
||||
curl https://downloads.1password.com/linux/keys/1password.asc | tee /etc/pki/rpm-gpg/1password.gpg
|
||||
|
||||
### Install 1password using blue-build script
|
||||
|
||||
wget -O 1password.sh https://raw.githubusercontent.com/blue-build/modules/22fe11d844763bf30bd83028970b975676fe7beb/modules/bling/installers/1password.sh
|
||||
|
||||
chmod +x 1password.sh
|
||||
bash ./1password.sh
|
||||
|
||||
rm 1password.sh
|
||||
|
||||
### Install packages
|
||||
|
||||
grep -v '^#' /tmp/packages | xargs rpm-ostree install
|
||||
|
||||
rpm-ostree install 1password
|
||||
|
||||
rpm-ostree override remove opensc
|
||||
|
||||
|
||||
|
@ -51,6 +37,7 @@ systemctl enable podman.socket
|
|||
systemctl enable tailscaled.service
|
||||
systemctl enable -f --global flatpak-setup.service
|
||||
systemctl enable -f --global azure-topgrade.service
|
||||
systemctl enable -f --global emacs.service
|
||||
|
||||
systemctl enable azure-system-setup.service
|
||||
systemctl enable azure-groups.service
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec river &> /tmp/river.log
|
||||
fi
|
1
files/usr/share/fish/vendor_conf.d/brew.fish
Normal file
1
files/usr/share/fish/vendor_conf.d/brew.fish
Normal file
|
@ -0,0 +1 @@
|
|||
[ -d /home/linuxbrew/.linuxbrew ] && status --is-interactive && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
1
files/usr/share/fish/vendor_conf.d/startriver.fish
Normal file
1
files/usr/share/fish/vendor_conf.d/startriver.fish
Normal file
|
@ -0,0 +1 @@
|
|||
[ -z $DISPLAY ] && [ (tty) = /dev/tty1 ] && status --is-login && exec river &> /tmp/river.log
|
30
packages
30
packages
|
@ -38,21 +38,23 @@ docker-compose-plugin
|
|||
# incus
|
||||
# incus-agent
|
||||
podman
|
||||
podman-compose
|
||||
podman-tui
|
||||
podmansh
|
||||
|
||||
# # emulation
|
||||
# libvirt
|
||||
# qemu-char-spice
|
||||
# qemu-device-display-virtio-gpu
|
||||
# qemu-device-display-virtio-vga
|
||||
# qemu-device-usb-redirect
|
||||
# qemu-img
|
||||
# qemu-system-x86-core
|
||||
# qemu-user-binfmt
|
||||
# qemu-user-static
|
||||
# qemu
|
||||
# virt-manager
|
||||
# virt-viewer
|
||||
# emulation
|
||||
libvirt
|
||||
qemu-char-spice
|
||||
qemu-device-display-virtio-gpu
|
||||
qemu-device-display-virtio-vga
|
||||
qemu-device-usb-redirect
|
||||
qemu-img
|
||||
qemu-system-x86-core
|
||||
qemu-user-binfmt
|
||||
qemu-user-static
|
||||
qemu
|
||||
virt-manager
|
||||
virt-viewer
|
||||
|
||||
# env
|
||||
polkit
|
||||
|
@ -77,6 +79,8 @@ pamixer
|
|||
pavucontrol
|
||||
|
||||
# shell
|
||||
fish
|
||||
zsh
|
||||
zoxide
|
||||
elvish
|
||||
|
||||
|
|
Loading…
Reference in a new issue