Skip to content

Instantly share code, notes, and snippets.

@kasir-barati
Last active September 8, 2022 10:56
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 kasir-barati/fb5ecbe649e0a452acc836ed2c2f0a0c to your computer and use it in GitHub Desktop.
Save kasir-barati/fb5ecbe649e0a452acc836ed2c2f0a0c to your computer and use it in GitHub Desktop.
After installing apps
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