Skip to content

Commit

Permalink
set keyring, fix pam env, add fcitx5
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Mar 28, 2024
1 parent de13d90 commit 99fa241
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/common/mimalloc.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
echo "LD_PRELOAD=/usr/lib/libmimalloc.so" >> /etc/environment
if [ ! -z "`pacman -Qeq | grep ^pam$`" ]; then
echo "LD_PRELOAD=/usr/lib/libmimalloc.so" >> /etc/environment
fi
8 changes: 8 additions & 0 deletions config/common/set_keyring.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# eweos-keyring
if [ ! -z "`pacman -Qeq | grep ^eweos-keyring$`" ]; then
echo "Found eweos-keyring"
pacman-key --init
pacman-key --populate eweos
#sed -i 's/SigLevel = Never/SigLevel = Required/' /etc/pacman.conf
echo "y" | pacman -Scc
fi
1 change: 1 addition & 0 deletions profiles/liveimage-desktop/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cp -r /etc/xdg/waybar /home/ewe/.config/waybar
sed -i 's/sway/hyprland/' /home/ewe/.config/waybar/config.jsonc
cat <<EOF >>/home/ewe/.config/hypr/hyprland.conf
exec-once = waybar & swww init
exec-once = fcitx5
exec-once = foot live-intro
EOF
cat <<EOF >>/usr/local/bin/live-intro
Expand Down
3 changes: 3 additions & 0 deletions profiles/liveimage-desktop/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ btop
sof-firmware
xdg-user-dirs
musl-locales
eweos-keyring
fcitx5
fcitx5-gtk

0 comments on commit 99fa241

Please sign in to comment.