1
1
Fork 0

Custom patched Fira Code font to keep ligatures and devicons

This commit is contained in:
Joe Wroten 2017-07-08 14:16:57 -05:00
parent dc6bed4e2e
commit 9a2dac59ba
12 changed files with 2 additions and 3 deletions

View file

@ -956,7 +956,7 @@
<key>Non-ASCII Anti Aliased</key>
<true/>
<key>Normal Font</key>
<string>FuraCodeNerdFontC-Regular 18</string>
<string>FuraCodeNerdFont-Retina 20</string>
<key>Option Key Sends</key>
<integer>0</integer>
<key>Prompt Before Closing 2</key>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -5,8 +5,7 @@ brew tap caskroom/cask
brew cask install iterm2
echo "-= Installing Fonts =-"
brew tap caskroom/fonts
brew cask install font-firacode-nerd-font
cp -R ./fonts ~/Library/Fonts
echo "-= Assigning Zsh as Default Shell =-"
chsh -s $(which zsh)