Created
November 5, 2020 19:56
-
-
Save CryogenicPlanet/d2f3150575446ceb06a597f37b9891d9 to your computer and use it in GitHub Desktop.
Default Shell Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file will setup the default config that @CryogenicPlanet uses across machines | |
yes | sudo apt install zsh | |
yes | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1 | |
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" | |
source ~/.zshrc | |
echo "Setting Vim config" | |
wget https://missing.csail.mit.edu/2020/files/vimrc | |
mv vimrc ~/.vimrc | |
echo "Manually Set .zshrc theme to spaceship" | |
echo "Use source ~/.zshrc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment