Skip to content

Instantly share code, notes, and snippets.

@moughamir
Created March 6, 2018 13:16
Show Gist options
  • Save moughamir/d918f2b761e60077bb04609353444617 to your computer and use it in GitHub Desktop.
Save moughamir/d918f2b761e60077bb04609353444617 to your computer and use it in GitHub Desktop.
Dev Env Init
#!/bin/bash
# Install Yarn
curl -o- -L https://yarnpkg.com/install.sh | bash
# Update Terminal
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
echo export BASH_IT_THEME="modern" >> ~./bashrc
~/.bash_it/install.sh
source ~./bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment