Last active
September 8, 2022 10:56
-
-
Save kasir-barati/fb5ecbe649e0a452acc836ed2c2f0a0c to your computer and use it in GitHub Desktop.
After installing apps
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
git config --global init.defaultBranch main | |
sudo wget https://gist.githubusercontent.com/kasir-barati/5590e1420aedc2dc321571b4b9df7d33/raw/my-create-angular-app -O /usr/local/bin/my-create-angular-app | |
sudo chmod +x /usr/local/bin/my-create-angular-app | |
sudo wget https://gist.githubusercontent.com/kasir-barati/fb8263d5f546de1503847928ad4c6025/raw/my-create-react-app -O /usr/local/bin/my-create-react-app | |
sudo chmod +x /usr/local/bin/my-create-react-app | |
wget https://gist.githubusercontent.com/kasir-barati/bf022bc96f51ed351c8fc3667eb247b3/raw/my-touch -O /usr/local/bin/my-touch | |
sudo chmod +x /usr/local/bin/my-touch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment