Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relliv/dev-aliases
My development environment command aliases
https://github.com/relliv/dev-aliases
Last synced: 5 days ago
JSON representation
My development environment command aliases
- Host: GitHub
- URL: https://github.com/relliv/dev-aliases
- Owner: relliv
- License: mit
- Created: 2022-08-05T08:19:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T01:47:04.000Z (3 months ago)
- Last Synced: 2024-10-12T05:05:43.204Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 instancesSee more info: [Source](https://stackoverflow.com/a/39459404/6940144)
### 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
```bash
sh src/macos/sync.sh
```