install: add firacode if on linux
This commit is contained in:
4
install
4
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
|
||||
|
||||
Reference in New Issue
Block a user