mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2025-02-26 14:29:32 -05:00
Bash != Python
This commit is contained in:
parent
1ad491c33e
commit
1464a8534b
@ -2,22 +2,22 @@
|
|||||||
|
|
||||||
|
|
||||||
# Install Programs
|
# Install Programs
|
||||||
echo "\n~Installing Programs~"
|
echo "~Installing Programs~"
|
||||||
sudo pacman -S neofetch neovim zsh --noconfirm
|
sudo pacman -S neofetch neovim zsh --noconfirm
|
||||||
|
|
||||||
|
|
||||||
# Install SpaceVim (via https://spacevim.org/quick-start-guide/)
|
# Install SpaceVim (via https://spacevim.org/quick-start-guide/)
|
||||||
echo "\n~Installing SpaceVim~"
|
echo "~Installing SpaceVim~"
|
||||||
curl -sLf https://spacevim.org/install.sh | bash
|
curl -sLf https://spacevim.org/install.sh | bash
|
||||||
|
|
||||||
|
|
||||||
# Install Oh-My-Zsh (https://github.com/robbyrussell/oh-my-zsh/)
|
# 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)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||||
export ZSH_CUSTOM=~/.oh-my-zsh/custom
|
export ZSH_CUSTOM=~/.oh-my-zsh/custom
|
||||||
|
|
||||||
# Install extra Zsh plugins
|
# Install extra Zsh plugins
|
||||||
echo "\n~Installing Oh My Zsh Extras"
|
echo "~Installing Oh My Zsh Extras"
|
||||||
|
|
||||||
# Spaceship Prompt
|
# Spaceship Prompt
|
||||||
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
|
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user