File tree 5 files changed +1
-10
lines changed
home/Library/Application Support/Code/User
5 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 13
13
[submodule "home/.vim/bundle/vim-gitgutter "]
14
14
path = home/.vim/bundle/vim-gitgutter
15
15
url = https://github.com/airblade/vim-gitgutter.git
16
- [submodule "vendor/inconsolata "]
17
- path = vendor/inconsolata
18
- url = https://github.com/googlefonts/Inconsolata.git
19
16
[submodule "home/.vim/bundle/vim-solarized "]
20
17
path = home/.vim/bundle/vim-solarized
21
18
url = https://github.com/lifepillar/vim-solarized8.git
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ if OS.mac?
29
29
end
30
30
puts '...success!'
31
31
32
- # Install fonts
33
- puts 'Installing fonts...'
34
- FileUtils.cp Dir.glob('./vendor/inconsolata/fonts/otf/*.otf'), "#{Dir.home}/Library/Fonts/"
35
-
36
32
# macOS system settings
37
33
puts 'Applying Mac system settings...'
38
34
unless system 'bash ./mac/system-settings.sh'
Original file line number Diff line number Diff line change 54
54
"standard.enable" : false ,
55
55
"telemetry.telemetryLevel" : " off" ,
56
56
"terminal.external.osxExec" : " iTerm.app" ,
57
- "terminal.integrated.fontFamily" : " Inconsolata" ,
58
57
"terminal.integrated.fontSize" : 14 ,
59
58
"terminal.integrated.lineHeight" : 1 ,
60
59
"vim.useSystemClipboard" : true ,
Original file line number Diff line number Diff line change 2947
2947
<key >Name </key >
2948
2948
<string >zsh </string >
2949
2949
<key >Non Ascii Font </key >
2950
- <string >Inconsolata-Regular 16 </string >
2950
+ <string >FiraCodeNFM-Reg 16 </string >
2951
2951
<key >Non-ASCII Anti Aliased </key >
2952
2952
<true />
2953
2953
<key >Non-ASCII Ligatures </key >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments