/Lazy-Aliases

Golang CLI Boilerplate is a bulletproof Golang CLI template with batteries included 🔋

Primary LanguageShellMIT LicenseMIT

Bash Aliases

Set of bash aliases to make your life easier


Software License

Getting Started 🚦

Clone this repository and run the following command:

git clone <>

If you're using oh-my-zsh, you can add the following line to your .zshrc file:

source <path-where-you-clone-it>/<type>/al_<name>.sh
# Or through a one-liner without the need of edit your .zshrc file separately
echo "source <path-where-you-clone-it>/<type>/al_<name>.sh" >> ~/.zshrc

If you're using bash, you can add the following line to your .bashrc file:

source <path-where-you-clone-it>/<type>/al_<name>.sh
# Or through a one-liner without the need of edit your .bashrc file separately
echo "source <path-where-you-clone-it>/<type>/al_<name>.sh" >> ~/.bashrc

Usage 🎬

Soon to be added.


Features 🧩

(TBD)

  • something
  • add your content here

Tooling 🧑‍🔧

This template is equipped with an array of tools to maintain a high standard of code quality and accelerate the development process:

NOTE: For pre-commit, ensure you're running task pre-commmit-init to add the pre-configured hooks into your git hooks. This will ensure that the code is linted and formatted before committing it. Also, there are other linters included (yaml, docker, shell, md, etc.).


Contributing

Please read our contributing guide. All issues, pull requests and GitHub stars are welcome! Happy coding! 💻

Community

Find me in: