https://github.com/helgesverre/my-zsh-snippets
Collection of Zsh snippets that I use in my daily workflow
https://github.com/helgesverre/my-zsh-snippets
Last synced: 22 days ago
JSON representation
Collection of Zsh snippets that I use in my daily workflow
- Host: GitHub
- URL: https://github.com/helgesverre/my-zsh-snippets
- Owner: HelgeSverre
- Created: 2024-10-14T03:15:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T03:50:02.000Z (12 months ago)
- Last Synced: 2025-09-17T04:52:17.511Z (23 days ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 my-zsh-snippets
> ⚠️ **Note**: These are MacOS specific scripts
This repository contains a collection of Zsh snippets that I use in my daily workflow.
I've created these snippets to automate common tasks and to make my life easier.
I hope you find them useful too.
## Available Snippets
Here's a list of the currently available snippets in this repository:
1. [new-repo](docs/new-repo.md) - Automates the process of creating a new GitHub repository from your local directory.
2. [misc-aliases](snippets/misc-aliases.sh) - A collection of miscellaneous aliases for common tasks. Use them for
inspiration or as-is.
3. [start-project](docs/start-project.md) - Automates the process of starting a development environment for a project.## Scripts
Format the markdown files in this repository:
```shell
# Format Markdown files with prettier
yarn format
```