added fonts script and removed excess fonts
This commit is contained in:
parent
dbcca138bc
commit
3d726b5edb
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,9 +2,6 @@
|
||||
path = dotbot
|
||||
url = https://github.com/anishathalye/dotbot
|
||||
ignore = dirty
|
||||
[submodule "fonts"]
|
||||
path = fonts
|
||||
url = https://github.com/powerline/fonts.git
|
||||
[submodule "oh-my-zsh/custom/themes/powerlevel10k"]
|
||||
path = oh-my-zsh/custom/themes/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k.git
|
||||
|
10
bin/font_install.sh
Executable file
10
bin/font_install.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p $HOME/.local/share/fonts/hack
|
||||
cd $HOME/.local/share/fonts/hack
|
||||
curl -fLO https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip
|
||||
unzip Hack.zip
|
||||
rm -rf Hack.zip
|
||||
mv 'Hack Regular Nerd Font Complete.ttf' $HOME/.local/share/fonts
|
||||
mv 'Hack Regular Nerd Font Complete Mono.ttf' $HOME/.local/share/fonts
|
||||
rm -rf $HOME/.local/share/fonts/hack
|
Binary file not shown.
1
fonts
1
fonts
@ -1 +0,0 @@
|
||||
Subproject commit e80e3eba9091dac0655a0a77472e10f53e754bb0
|
@ -8,6 +8,7 @@
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive --force, Installing submodules]
|
||||
- [$HOME/.dotfiles/bin/fonts_install.sh, Install Hack font]
|
||||
|
||||
- link:
|
||||
~/.vim:
|
||||
|
Loading…
x
Reference in New Issue
Block a user