Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athphane/athphane-zsh
ZSH Plugin for my development environment
https://github.com/athphane/athphane-zsh
aliases zsh zsh-configuration zsh-plugin
Last synced: about 2 months ago
JSON representation
ZSH Plugin for my development environment
- Host: GitHub
- URL: https://github.com/athphane/athphane-zsh
- Owner: athphane
- Created: 2023-12-30T20:07:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T05:28:08.000Z (3 months ago)
- Last Synced: 2024-11-24T19:39:34.546Z (2 months ago)
- Topics: aliases, zsh, zsh-configuration, zsh-plugin
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![athphane-zsh](https://socialify.git.ci/athphane/athphane-zsh/image?language=1&name=1&owner=1&stargazers=1&theme=Light)
---
My ZSH plugin that contains all of my custom scripts and utilities for a better development environment and CLI experience.I am mainly a PHP/Laravel developer so a lot of the features in this repository is geared towards PHP development. I do not use Docker containers for development. I have a local version of nginx installed and mutliple different versions of PHP installed as well.
I use Arch on my coding machine so I am able to maintain multiple PHP versions easily using the AUR.
## Features
- Docker Compose helper function to use the same environment file at all times.
- Hastebin cli command to make quick pastes.
- Shortened Laravel commands/aliases.
- Single command to create nginx config for the correct php version of a project
- single command to create databases based on project name
- Dynamic PHP version switcher based on project's composer.json PHP version