install: add firacode if on linux

This commit is contained in:
2023-10-24 17:42:34 +01:00
parent 0fd47291a8
commit cb64f2d61a

View File

@@ -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