Skip to content

Instantly share code, notes, and snippets.

@manuelselbach
Last active June 7, 2021 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelselbach/30734ab7e7dd3281ce87 to your computer and use it in GitHub Desktop.
Save manuelselbach/30734ab7e7dd3281ce87 to your computer and use it in GitHub Desktop.
#!/bin/zsh
# go to zsh first
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
# if not works out of the box uncomment this
# mv .zshrc .zshrc_bak
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
# set custom alias, etc.
curl https://gist.githubusercontent.com/manuelselbach/abf60859fb98c6040f81/raw/dd1372406d3407578d2661af6d768d62e89a76fc/.zshrc >> ~/.zshrc
# set zsh as default
chsh -s /bin/zsh
echo "custom theme install with: nano ~/.zpreztorc"
echo "example: zstyle ':prezto:module:prompt' theme 'steeef'"
echo "Download terminal theme: https://github.com/hukl/Smyck-Color-Scheme/zipball/master"
echo "Custom font for theme paradox: https://gist.github.com/qrush/1595572#file-inconsolata-dz-powerline-otf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment