mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2024-11-25 00:38:23 -05:00
Bash != Python
This commit is contained in:
parent
1ad491c33e
commit
1464a8534b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user