fixed font extraction

This commit is contained in:
stephen card 2022-01-19 22:37:20 -05:00
parent a5df7d5a72
commit 43e9b4043b

View file

@ -47,6 +47,7 @@ esac
#create symlinks using stow #create symlinks using stow
mkdir ~/.ssh mkdir ~/.ssh
echo "Stowing Configs" echo "Stowing Configs"
cd ~/stevset
stow tmux stow tmux
#init TMP #init TMP
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
@ -79,7 +80,8 @@ fi
echo "installing fonts" echo "installing fonts"
mkdir ~/.fonts mkdir ~/.fonts
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/SourceCodePro.zip 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 "*******************************"
echo "* Restart your terminal *" echo "* Restart your terminal *"