Created
March 24, 2015 10:47
-
-
Save samueljohn/386cc67a210ef96aad2d to your computer and use it in GitHub Desktop.
Uberspace initial setup (zsh)
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
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More or less a reminder to myself.