We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f71db9 + fcf1bb8 commit 77fb6a0Copy full SHA for 77fb6a0
setup.sh
@@ -99,7 +99,7 @@ checkEnv() {
99
100
installDepend() {
101
## Check for dependencies.
102
- DEPENDENCIES='bash bash-completion tar bat tree multitail fastfetch wget unzip'
+ DEPENDENCIES='bash bash-completion tar bat tree multitail fastfetch wget unzip fontconfig'
103
if ! command_exists nvim; then
104
DEPENDENCIES="${DEPENDENCIES} neovim"
105
fi
@@ -274,4 +274,4 @@ if linkConfig; then
274
echo "${GREEN}Done!\nrestart your shell to see the changes.${RC}"
275
else
276
echo "${RED}Something went wrong!${RC}"
277
-fi
+fi
0 commit comments