Skip to content

Instantly share code, notes, and snippets.

@rahulsom
Last active November 4, 2021 20: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 rahulsom/0b4291e70816b2ce10b946a6e12fac30 to your computer and use it in GitHub Desktop.
Save rahulsom/0b4291e70816b2ce10b946a6e12fac30 to your computer and use it in GitHub Desktop.
Setup new mac
#!/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