Skip to content

Instantly share code, notes, and snippets.

@samueljohn
Created March 24, 2015 10:47
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 samueljohn/386cc67a210ef96aad2d to your computer and use it in GitHub Desktop.
Save samueljohn/386cc67a210ef96aad2d to your computer and use it in GitHub Desktop.
Uberspace initial setup (zsh)
cd
git clone https://github.com/samueljohn/__settings__.git
rm ~/.zshrc
rm ~/.bashrc
cd ~/__settings__
source setup_symlinks.sh
chsh -s /package/host/localhost/zsh/bin/zsh
# Logout and login again. Done.
@samueljohn
Copy link
Author

More or less a reminder to myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment