Skip to content

Instantly share code, notes, and snippets.

@CryogenicPlanet
Created November 5, 2020 19:56
Show Gist options
  • Save CryogenicPlanet/d2f3150575446ceb06a597f37b9891d9 to your computer and use it in GitHub Desktop.
Save CryogenicPlanet/d2f3150575446ceb06a597f37b9891d9 to your computer and use it in GitHub Desktop.
Default Shell Config
# 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