fixed font extraction
This commit is contained in:
parent
a5df7d5a72
commit
43e9b4043b
1 changed files with 3 additions and 1 deletions
4
init.sh
4
init.sh
|
@ -47,6 +47,7 @@ esac
|
|||
#create symlinks using stow
|
||||
mkdir ~/.ssh
|
||||
echo "Stowing Configs"
|
||||
cd ~/stevset
|
||||
stow tmux
|
||||
#init TMP
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
@ -79,7 +80,8 @@ fi
|
|||
echo "installing fonts"
|
||||
mkdir ~/.fonts
|
||||
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/SourceCodePro.zip
|
||||
unzip SourceCodePro.zip -x '*Compatible.ttf' -d '~/.fonts'
|
||||
unzip SourceCodePro.zip -x '*Compatible.ttf' -d "$HOME/.fonts"
|
||||
rm SourceCodePro.zip
|
||||
|
||||
echo "*******************************"
|
||||
echo "* Restart your terminal *"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue