diff --git a/install b/install index 51a35ac..4b05a5a 100755 --- a/install +++ b/install @@ -112,6 +112,10 @@ corepack enable asdf reshim go install github.com/go-delve/delve/cmd/dlv@latest +if [ $IS_LINUX == 1 ] ; then + sudo apt install fonts-firacode +fi + # Just add these, for now. ADD_ONLY="python tmux sbcl opam gohugo erlang elixir clojure" for plugin in $ADD_ONLY ; do