We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The install script throws errors when trying to install the terminal icons in Termux (with fish shell)
20 master ✔ ./install.sh ~/icons-in-terminal + DATA=/data/data/com.termux/files/home/.local/share/icons-in-terminal/ + mkdir -p /data/data/com.termux/files/home/.fonts + cp ./build/icons-in-terminal.ttf /data/data/com.termux/files/home/.fonts/ + mkdir -p /data/data/com.termux/files/home/.config/fontconfig/conf.d + ./scripts/generate_fontconfig.sh ./scripts/generate_fontconfig.sh: line 20: fc-list: command not found + fc-cache -fvr --really-force /data/data/com.termux/files/home/.fonts ./install.sh: line 30: fc-cache: command not found
also tried the autodetect install script
./install-autodetect.sh + DATA=/data/data/com.termux/files/home/.local/share/icons-in-terminal/ + mkdir -p /data/data/com.termux/files/home/.fonts + cp ./build/icons-in-terminal.ttf /data/data/com.termux/files/home/.fonts/ + mkdir -p /data/data/com.termux/files/home/.config/fontconfig/conf.d + ./scripts/generate_fontconfig_autodetect.sh /data/data/com.termux/files/home/icons-in-terminal/scripts/detect_font_terminal/find_font_gnometerminal.sh: line 10: dconf: command not found + fc-cache -fvr --really-force /data/data/com.termux/files/home/.fonts ./install-autodetect.sh: line 28: fc-cache: command not found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The install script throws errors when trying to install the terminal icons in Termux (with fish shell)
also tried the autodetect install script
The text was updated successfully, but these errors were encountered: