From 1464a8534b086a6bb8b249562321572ebf3c874e Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Fri, 8 Mar 2019 22:17:18 -0500 Subject: [PATCH] Bash != Python --- .yadm/bootstrap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 3fb5b37..38dd3c2 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -2,22 +2,22 @@ # Install Programs -echo "\n~Installing Programs~" +echo "~Installing Programs~" sudo pacman -S neofetch neovim zsh --noconfirm # Install SpaceVim (via https://spacevim.org/quick-start-guide/) -echo "\n~Installing SpaceVim~" +echo "~Installing SpaceVim~" curl -sLf https://spacevim.org/install.sh | bash # Install Oh-My-Zsh (https://github.com/robbyrussell/oh-my-zsh/) -echo "\n~Installing Oh My Zsh~" +echo "~Installing Oh My Zsh~" sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" export ZSH_CUSTOM=~/.oh-my-zsh/custom # Install extra Zsh plugins -echo "\n~Installing Oh My Zsh Extras" +echo "~Installing Oh My Zsh Extras" # Spaceship Prompt git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"