Skip to content

Shell is the hero. A collection of nice shell scripts that make the life simple

Notifications You must be signed in to change notification settings

vikbert/shellhero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aino

Shell Hero

Collection of awesome shell scripts for MacOS that makes life simpler

PRs Welcome MIT License


How to contribute

Add the new scripts to /src/new_script.sh, and then follow the contributing guide

getting started

make 

Script php_installer.sh

this script is going to install essential PHP version and composer. It will also install the php code static analyse tools, such as:

  • php-cs-fixer
  • phpstan
  • phpinsights

Script phps.sh

a script to switch the php engine among different installed versions easily on macos.

# show sub commands in Makefile
make

# install phps as local command on macos
make phps  

# switch to php version 7.4
phps 7.4

Script git_branch_clean.sh

a script to clean up unused branches, that are already merged

# install the command
make gbclean
gbclean # clean up the branches
gbclean --dry-run # dry-run mode without applying any changes (recommended)

licence

MIT License © 2021 @vikbert

About

Shell is the hero. A collection of nice shell scripts that make the life simple

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published