This tutorial I will show you
- how file load order works
- how to think and structure lua mods
- how to modify vanilla behaviour
- how to use
requirewith passion - and more...
| # Copilot CLI - how & what | |
| # GIST: https://gist.github.com/Konijima/01c11edd9c089da10b5a4df46e19c894 | |
| # Load Copilot CLI aliases | |
| eval "$(gh copilot alias -- bash)" | |
| # Define the 'how' command | |
| function how() { | |
| local system="$(uname -srm)" | |
| local shell="$(ps -p $$ -o comm=)" |