Skip to content

Commit

Permalink
containers
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Oct 16, 2024
1 parent 3c2f65c commit 1ad47f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config/toolbox/arch-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
set -e
IMAGE=arch
PACKAGES=(
base-devel
chromium
docker
inetutils
less
gimp
git
base-devel
go
inetutils
keychain
less
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-extra
chromium
)

source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/common.sh"
Expand Down Expand Up @@ -93,9 +95,12 @@ setup_yay() {

setup_arch() {
check_os_id "arch"
sudo pacman -Sy --noconfirm archlinux-keyring
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm "${PACKAGES[@]}"

arch_setup_host_spawn

setup_yay
Expand Down
1 change: 1 addition & 0 deletions config/toolbox/fedora-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ PACKAGES=(
w3m
wireguard-tools
xdg-utils
ffmpeg-free
)

setup_fedora() {
Expand Down

0 comments on commit 1ad47f8

Please sign in to comment.