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> <key>Non-ASCII Anti Aliased</key>
<true/> <true/>
<key>Normal Font</key> <key>Normal Font</key>
<string>FuraCodeNerdFontC-Regular 18</string> <string>FuraCodeNerdFont-Retina 20</string>
<key>Option Key Sends</key> <key>Option Key Sends</key>
<integer>0</integer> <integer>0</integer>
<key>Prompt Before Closing 2</key> <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 brew cask install iterm2
echo "-= Installing Fonts =-" echo "-= Installing Fonts =-"
brew tap caskroom/fonts cp -R ./fonts ~/Library/Fonts
brew cask install font-firacode-nerd-font
echo "-= Assigning Zsh as Default Shell =-" echo "-= Assigning Zsh as Default Shell =-"
chsh -s $(which zsh) chsh -s $(which zsh)