Custom patched Fira Code font to keep ligatures and devicons
This commit is contained in:
parent
dc6bed4e2e
commit
9a2dac59ba
12 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||||
|
|
BIN
fonts/Fura Code Bold Nerd Font.otf
Normal file
BIN
fonts/Fura Code Bold Nerd Font.otf
Normal file
Binary file not shown.
BIN
fonts/Fura Code Bold Nerd Font.ttf
Normal file
BIN
fonts/Fura Code Bold Nerd Font.ttf
Normal file
Binary file not shown.
BIN
fonts/Fura Code Light Nerd Font.otf
Normal file
BIN
fonts/Fura Code Light Nerd Font.otf
Normal file
Binary file not shown.
BIN
fonts/Fura Code Medium Nerd Font.otf
Normal file
BIN
fonts/Fura Code Medium Nerd Font.otf
Normal file
Binary file not shown.
BIN
fonts/Fura Code Regular Nerd Font.otf
Normal file
BIN
fonts/Fura Code Regular Nerd Font.otf
Normal file
Binary file not shown.
BIN
fonts/Fura Code Retina Nerd Font.otf
Normal file
BIN
fonts/Fura Code Retina Nerd Font.otf
Normal file
Binary file not shown.
BIN
fonts/FuraCode-Light Nerd Font.ttf
Normal file
BIN
fonts/FuraCode-Light Nerd Font.ttf
Normal file
Binary file not shown.
BIN
fonts/FuraCode-Medium Nerd Font.ttf
Normal file
BIN
fonts/FuraCode-Medium Nerd Font.ttf
Normal file
Binary file not shown.
BIN
fonts/FuraCode-Regular Nerd Font.ttf
Normal file
BIN
fonts/FuraCode-Regular Nerd Font.ttf
Normal file
Binary file not shown.
BIN
fonts/FuraCode-Retina Nerd Font.ttf
Normal file
BIN
fonts/FuraCode-Retina Nerd Font.ttf
Normal file
Binary file not shown.
3
init.sh
3
init.sh
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue