Compare commits

..

No commits in common. "d7a50ce2fe3d7f45a54d7c004c4b646feed72100" and "2c3ff9e10d35076c7f28ea22c3cb38cbb0ef9009" have entirely different histories.

View File

@ -17,8 +17,8 @@ if gum confirm "Do you want to install fcitx5 and chinese input method?" ;then
"fcitx5-skin-seasons"
);
source .install/install-packages.sh
echo -e "\n# -----------------------------------------------------" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf
echo "# fcitx5 support" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf
echo "# -----------------------------------------------------" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf
echo "source = ~/dotfiles/hypr/fcitx5.conf" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf
echo "# -----------------------------------------------------" >> hypr/hyprland.conf
echo "# fcitx5 support" >> hypr/hyprland.conf
echo "# -----------------------------------------------------" >> hypr/hyprland.conf
echo "source = ~/dotfiles/hypr/fcitx5.conf" >> hypr/hyprland.conf
fi