Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raspberri05/alias
a collection of aliases to help speed up development
https://github.com/raspberri05/alias
alias aliases bash collaborate jekyll shell
Last synced: 3 months ago
JSON representation
a collection of aliases to help speed up development
- Host: GitHub
- URL: https://github.com/raspberri05/alias
- Owner: raspberri05
- License: gpl-3.0
- Created: 2024-07-04T20:56:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T01:56:38.000Z (5 months ago)
- Last Synced: 2024-09-26T11:09:40.330Z (3 months ago)
- Topics: alias, aliases, bash, collaborate, jekyll, shell
- Language: Shell
- Homepage: https://alias-docs.onrender.com
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# alias
a collection of aliases to help speed up development
## Installation
### MacOS and Linux
1. Installing the files
- Ensure you are in your home directory
- ```git clone https://github.com/raspberri05/alias.git```3. Sourcing the aliases
- If you are using zsh: ```sh alias/scripts/setup_alias_zsh.sh```## Usage
## Local Development
1. Make code changes in ```site/_date/aliases.yml```
2. Propagate the changes to the alias sh files and to the website by running ```python scripts/make_aliases.py```## Contributing
You can contribute additional aliases by adding them to site/_date/aliases.yml, following the style of what is already in a file
If you find any bugs or other issues + feature requests, feel free to open a issue or open a pr with changes.