From 7f613387000c54f79aacc93674161de7c4151a64 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Wed, 18 Sep 2019 11:00:56 +0200 Subject: [PATCH] Created Installing (markdown) --- Installing.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Installing.md diff --git a/Installing.md b/Installing.md new file mode 100644 index 0000000..2d66e86 --- /dev/null +++ b/Installing.md @@ -0,0 +1,50 @@ +## Windows + +- In the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install” + +*or* + +- Use [chocolatey](https://chocolatey.org): `choco install firacode` + +- Use [scoop](https://github.com/lukesampson/scoop): + + *Run as administrator* + ``` + scoop bucket add nerd-fonts + scoop install FiraCode + ``` + +## macOS + +In the downloaded TTF folder: + +1. Select all font files +1. Right click and select `Open` (alternatively `Open With Font Book`) +1. Select "Install Font" + +*or* + +- Use [brew](http://brew.sh) and [cask](https://caskroom.github.io): + + *Not officially supported, might install outdated version* + ```bash + brew tap homebrew/cask-fonts + brew cask install font-fira-code + ``` + +## Linux + +- Install a package available for your distribution following [the instructions](https://github.com/tonsky/FiraCode/wiki/Linux-instructions#installing-with-a-package-manager) + +*or* + +- In the ttf folder double-click each font file and click “Install font”; see [“Manual Installation”](https://github.com/tonsky/FiraCode/wiki/Linux-instructions#manual-installation) if double-clicking doesn't work + + +## FreeBSD + +- Using pkg(8): `pkg install firacode` + +*or* + +- Using ports: `cd /usr/ports/x11-fonts/firacode && make install clean`