Browse Source

fc-cache

master
Juni Kim 2 years ago
parent
commit
a64d08e08c
  1. 1
      install_popos.sh

1
install_popos.sh

@ -147,6 +147,7 @@ wm() {
tar -xzvf ./siji-master.tar.gz || exit 1 tar -xzvf ./siji-master.tar.gz || exit 1
mkdir -p "$HOME/.local/share/fonts" || exit 1 mkdir -p "$HOME/.local/share/fonts" || exit 1
cp ./siji-master/ttf/siji.ttf "$HOME/.local/share/fonts/" || exit 1 cp ./siji-master/ttf/siji.ttf "$HOME/.local/share/fonts/" || exit 1
fc-cache -rv
} }
competitiveprogramming() { competitiveprogramming() {

Loading…
Cancel
Save