From 76075d96c9ddd56c617f225483ef2c373ed22bd7 Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 25 Feb 2019 23:03:33 -0500 Subject: [PATCH] fonts deprecated via spacevim --- init.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/init.sh b/init.sh index 43ecb65..9a51566 100755 --- a/init.sh +++ b/init.sh @@ -1,7 +1,7 @@ #!/bin/bash #install pre-req. echo "installing required packages" -./deps.sh +bash deps.sh #create symlinks using stow echo "Stowing Configs" @@ -30,14 +30,6 @@ mv "$HOME/.vim" "$HOME/.vim_bk" mv "$HOME/.vimrc" "$HOME/.vimrc_bk" curl -sLf https://spacevim.org/install.sh | bash -Install fonts -if [[ -n "$SSH_CLIENT" ]] -then - echo "no fonts to install over ssh" -else - echo "Installing fonts for powerline" - ./fonts.zsh -fi #init spacemacs in the background if [ ! -d ~/.emacs.d ]