Commit 2346442
committed
```
feat: Update installation script and implement Alias
This commit includes significant updates to the install.sh script. A critical section where the user was asked to enter their OpenAI API key was removed. This section includes reading and storing the API key to a bash variable and then exporting it to the bashrc file 🗂️.
In addition, the GitHub CLI extension installation line was corrected from `ghcli/commit` to `ghcli/gh-commit`. This ensures that the correct extension is installed 📝.
A new Git alias called 'auto-commit' has been created. This was then appended to the bashrc file to make it globally available. Sourcing the bashrc file ensures our new alias is available instantly after installation 🌍.
Updated the final output to include usage of the new auto-commit feature for the user's convenience. Let's enjoy a streamlined Git commit process now 🚀!
```1 parent cf74e99 commit 2346442
1 file changed
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 9 | | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
20 | 13 | | |
21 | | - | |
| 14 | + | |
22 | 15 | | |
23 | 16 | | |
24 | 17 | | |
| 18 | + | |
| 19 | + | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
28 | | - | |
| 23 | + | |
| 24 | + | |
0 commit comments