Skip to content

Commit

Permalink
updates, uim, bats
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Feb 4, 2024
1 parent 72cbda3 commit 91e681b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ DCDISK="$2"
cat <<EOF > /etc/locale.gen
en_GB.UTF-8 UTF-8
en_US.UTF-8 UTF-8
ja_JP.utf8 UTF-8
EOF
locale-gen

Expand Down
7 changes: 6 additions & 1 deletion arch/pacstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_tools() {
}

shell=(
bash-bats
bats
keychain
pass
pwgen
Expand Down Expand Up @@ -145,6 +145,7 @@ biggui=(
chromium
firefox
#chrome from aur
browserpass
musescore
steam
signal-desktop
Expand Down Expand Up @@ -172,6 +173,7 @@ fonts=(
#fonts-tlwg # thai AUR
wqy-microhei # chinese
noto-fonts-emoji # google's emoji font
anthy # japanese input method
)
install_tools "fonts" "${fonts[@]}"

Expand Down Expand Up @@ -227,4 +229,7 @@ aur=(
ueberzugpp # image rendering for yazi + alacritty
dyff # kubernetes GVK aware diffing
rancher-k3d-bin # k3d from rancher's own repo: https://github.com/k3d-io/k3d/blob/main/deploy-aur.sh
browserpass-chrome
#ckb-next # corsair mouse things
uim # japanese input method
)

0 comments on commit 91e681b

Please sign in to comment.