Merge branch 'master' of github.com:steveokard/stevset
This commit is contained in:
commit
2f65a82ed5
1 changed files with 3 additions and 1 deletions
4
init.sh
4
init.sh
|
@ -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 *"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue