- To use the scripts put clone this repo into your home folder
- Make them executeable (linux)
chmod +x ~/.bash_scripts/* -R
- Run the script you want to run eg..
bash ~/.bash_scripts/setup-react.sh
or Double Click it. - You can create aliases for them as well
- Make a symbolic link for aliases (linux)
ln -sv ./.bash_scripts/bash_aliases ~/.bash_aliases
- Edit
/etc/sudoers
- Add
YourUsernameHere ALL=(ALL) NOPASSWD: ALL
source /etc/sudoers/
or open a new terminal.
- Setup React App With Working Navigation
- Asks for App Name
- Installs React Router
- Creates Files (With Content)
- AppRouter
- Private Route
- NavBar
- Header
- Footer
- Home
- About
- Contact
- Rewrites app and index.js
- Git Create Branch
- Asks for branch name
- Creates a new branch
- Sets the upstream for the branch
- Git Deploy
- Asks for a Commit message
- Adds files
- Commits files with commit message
- Pushes files to current branch as long as the upstream is set
- Clean Node Modules
- Digs down deep to remove node modules folders
- Install_googlefonts.sh
- Installs all google fonts
- SHOUTOUT TO @keeferrourke FOR THE SCRIPT