http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/tonsky/FiraCode/blob/master/README.md
/script/build.sh 240 241 # install OTFs to ~/Library/Fonts 242 cp distr/otf/*.otf ~/Library/Fonts 243 ``` 244 245 Alternatively, you can build Fira Code using Docker: 246 247 ```bash 248 # install dependencies in a container and build the font files 249 make 250 251 # package the font files from dist/ into a zip 252 make package 253 ``` 254 255 If you want to *permanently enable* certain style sets or character variations, maybe because your editor of...