Merge branch 'master' of github.com:steveokard/stevset

This commit is contained in:
Stephen Card 2022-01-25 23:34:30 -05:00
commit 2f65a82ed5

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 *"