Last active
November 4, 2021 20:25
-
-
Save rahulsom/0b4291e70816b2ce10b946a6e12fac30 to your computer and use it in GitHub Desktop.
Setup new mac
This file contains hidden or 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
#!/bin/bash | |
set -e | |
# Install OhYourDotfiles | |
cd $HOME | |
git clone https://github.com/DanielThomas/oh-your-dotfiles.git .oh-your-dotfiles | |
ln -s ~/.oh-your-dotfiles/oh-your.zshrc ~/.zshrc | |
chsh -s /bin/zsh | |
git clone https://github.com/rahulsom/.rahulsom.dotfiles | |
echo "Clone other dotfiles and run dotfiles_install" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment