Skip to content
/ dev-aliases Public template

My development environment command aliases

License

Notifications You must be signed in to change notification settings

relliv/dev-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

dev-aliases

My command aliases required for a full-stack developer

Installation Windows

Step 1: Pull the files

  • Go to the root folder of the C:\ drive (or whatever your root folder is) then create aliases folder
  • Clone this repository to the aliases folder (hint: use git clone https://github.com/relliv/dev-aliases)

Step 2: Define environment variables

  • Press Win Key + S and search for Environment Variables
  • Click Environment Variables... button (right bottom)
  • In System Variables section find Path record and open with double click
  • Press New button and add new record as your aliases folder path
  • Confirm all screen with OK button

Apply changes

  • Restart your all CMD and PowerShell instances
  • Also when you add new command alias.bat you may need to restart your CMD and PowerShell instances

See more info: Source

Usage

Long command is php artisan serve. Short command is pas. We are calling aliases by file name.

Installation Linux

...

Installation MacOS

Warning

This script created for automatic alias sync to your zsh profile. You need to backup your /Users/{username}/.zshrc file before run sync script.

Run sync command

sh src/macos/sync.sh

About

My development environment command aliases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published