Created
March 6, 2018 13:16
-
-
Save moughamir/d918f2b761e60077bb04609353444617 to your computer and use it in GitHub Desktop.
Dev Env Init
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 | |
# 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