-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add install instruction #4
Comments
/cc @tonsky |
Linux way: mkdir -p ~/.fonts/
wget https://github.com/tonsky/FiraCode/raw/master/FiraCode-Regular.otf -O ~/.fonts/FiraCode-Regular.otf
fc-cache -v |
Well, for Mac you just double-click it. Didn’t know using fonts is non-trivial on Linux |
On Ubuntu you just double click and the gnome font viewer pops up. It has an install button. |
Closing this as it is super trivial |
Depending on the version of Ubuntu this might not be completely trivial, for example on xubuntu @ai instructions are needed (double click not enough). |
I have issues updating the font in Ubuntu. Ubuntu thinks Fira Code is already installed and doesn't care about the version. I have to replace the font files in |
@engelfrost |
I’m not sure how I can put that together into something useful. Looks like On Mon, Jan 11, 2016 at 5:45 PM vyp [email protected] wrote:
|
@tonsky put what together? Anyway, honestly, installing fonts is very easy. Just place them in |
Actually, the more correct place is |
There is a lot of variety indeed, but I suspect that
Will cover the vast majority of cases. There might be alternatives, but this is the least common denominator |
Added a page to the wiki |
@tonsky Apparently you can also install Fira Code via https://github.com/caskroom/homebrew-fonts on mac. Is this something you keep up to date, or is there some anonymous hero that did that? command to install appears to be |
No, it wasn’t me On Thu, Feb 4, 2016 at 3:17 AM Andrew Holloway [email protected]
|
@tonsky Hi, just saw this comment thread about installing your really cool font with the ligatures when I was hunting for installation on Linux instructions because I wanted to use it w/ F# in VS Code, and see how well it would also work in Sublime (which I use for Haskell) as well. I'm on a Debian 8 desktop (my primary dev machine) and I would like to say that installing fonts is not trivial. What works for Ubuntu does not always work for Debian. So what I will do is attempt the install on Debian, and then also on my second desktop which has the Arch Linux OS. If I am able to succeed in installing the Fira Code font in both of those Linux distros, I would like to contribute a "how to" for others' benefit either on your repo or on your wiki page for Fira Code, including what to do when you run into an installation and run problem. |
One way to do it on Debian 8. As root:
|
By the way, starting from September, one can just install |
the latest comment should be placed more prominently in the README 👍 |
@tonsky Something like this:-Linux:
+Linux — Debian 9 / Ubuntu 17.04 or newer:
+
+- make sure that `contrib` (for Debian) or `universe` (Ubuntu) repository is enabled (enabling `non-free` / `multiverse` isn't required)
+- install `fonts-firacode` package, with either `apt` (`sudo apt install fonts-firacode`) or other package manager
+
+Linux — Manual installation:
+
- in the ttf folder, double-click each font file, click “Install font” |
Would you also want to add AUR instructions for Arch? It might be better to have a list of distributions where it’s available through usual package management channels which could look like:
|
I opened a separate issue #456, so not to bother all subscribers to this one. Let's continue there. |
|
Correction:
Note raw in the URL, to get the actual OTF file. |
no logro agregar fira code en Ubuntu 18.04 lts en el editor de atom .. alguien puede ayudarme porvafor? |
@tonsky On Ubuntu 14.04 doesn't work (can't find package even if 'universe' repo is enabled). |
At least for Mac, Ubuntu and Fedora
The text was updated successfully, but these errors were encountered: