codium_configuration Code
Brought to you by:
vanvuvuong3
| File | Date | Author | Commit |
|---|---|---|---|
| .vscode | 2022-06-17 |
|
[a8e32d] sync codium & zsh configuration |
| Codium | 2022-11-22 |
|
[f9ebf4] update for extension & zsh history" |
| scripts | 2022-11-22 |
|
[f9ebf4] update for extension & zsh history" |
| zsh | 2022-11-22 |
|
[f9ebf4] update for extension & zsh history" |
| .editorconfig | 2022-04-18 |
|
[3c61aa] update editorconfig |
| .env.sample | 2022-06-17 |
|
[e6ff67] update task & readme |
| .gitconfig | 2022-08-03 |
|
[2537fc] update gitconfig, codium setting & extension |
| .gitignore | 2021-07-06 |
|
[3cb93b] Initial commit |
| LICENSE | 2021-07-06 |
|
[3cb93b] Initial commit |
| README.md | 2022-11-14 |
|
[775642] update readme |
Create .env based on in the .env.sample & run this task in ONLY 1 TIME (or using Ctrl + Shift + P):
Terminal > Run Task > Set Environment Variable
For example:
Run these following command to sync the codium configuration and then choosing the options:
scripts/sync_codium.sh
Or you could run the VSCode Task instead, and choose the option in Terminal view (or using Ctrl + Shift + P):
Terminal > Run Task > Sync Codium Settings
Run these following command sync the ZSH history & configuration and then choosing the options (or using Ctrl + Shift + P):
scripts/sync_zsh.sh
Or you could run the VSCode Task instead, and choose the option in Terminal view:
Terminal > Run Task > Sync ZSH Settings & History
Please run these following tasks to update the change (or using Ctrl + Shift + P):
Terminal > Run Task > Git Add Change
Terminal > Run Task > Git Commit Change
Terminal > Run Task > Git Push Change
scripts/sync_codium.sh