1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Shebang

Marise Hayashi 2018-07-16 21:20:58 +03:00
parent 482afe8c82
commit ef9ce6d4b3

@ -20,7 +20,7 @@ emerge -av media-fonts/fira-code
With most desktop-oriented distributions, double-clicking each font file in the ttf folder and selecting “Install font” should be enough. If it isnt, create and run download_and_install.sh script:
```bash
#!/bin/bash
#!/usr/bin/env bash
fonts_dir="${HOME}/.local/share/fonts"
if [ ! -d ${fonts_dir} ]; then