fixed FiraCode font error

This commit is contained in:
Christian Figueroa 2025-01-20 21:31:31 -08:00
parent 77eaafc66a
commit 2b2bb26066

View File

@ -14,7 +14,7 @@ cd $HOME/.dotfiles && stow . && cd -
# Setup zsh # Setup zsh
chsh -s $(which zsh) chsh -s $(which zsh)
sudo xbps-install -y fira-code river wezterm firefox sudo xbps-install -y font-firacode river wezterm firefox
sudo xbps-install -y rustup ghc openjdk21 apache-maven gradle nodejs sudo xbps-install -y rustup ghc openjdk21 apache-maven gradle nodejs
mkdir --parents ~/projects/rust mkdir --parents ~/projects/rust