mirror of
https://github.com/tonsky/FiraCode.git
synced 2024-11-20 19:48:59 +03:00
Shebang
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 isn’t, create and run download_and_install.sh script:
|
With most desktop-oriented distributions, double-clicking each font file in the ttf folder and selecting “Install font” should be enough. If it isn’t, create and run download_and_install.sh script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
fonts_dir="${HOME}/.local/share/fonts"
|
fonts_dir="${HOME}/.local/share/fonts"
|
||||||
if [ ! -d ${fonts_dir} ]; then
|
if [ ! -d ${fonts_dir} ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user