Menu

Tree [f9ebf4] main /
 History

HTTPS access


File Date Author Commit
 .vscode 2022-06-17 fastcode.codingzen fastcode.codingzen [a8e32d] sync codium & zsh configuration
 Codium 2022-11-22 vanvuvuong@gmail.com vanvuvuong@gmail.com [f9ebf4] update for extension & zsh history"
 scripts 2022-11-22 vanvuvuong@gmail.com vanvuvuong@gmail.com [f9ebf4] update for extension & zsh history"
 zsh 2022-11-22 vanvuvuong@gmail.com vanvuvuong@gmail.com [f9ebf4] update for extension & zsh history"
 .editorconfig 2022-04-18 Coding Zen Coding Zen [3c61aa] update editorconfig
 .env.sample 2022-06-17 fastcode.codingzen fastcode.codingzen [e6ff67] update task & readme
 .gitconfig 2022-08-03 vanvuvuong@gmail.com vanvuvuong@gmail.com [2537fc] update gitconfig, codium setting & extension
 .gitignore 2021-07-06 vanvuvuong vanvuvuong [3cb93b] Initial commit
 LICENSE 2021-07-06 vanvuvuong vanvuvuong [3cb93b] Initial commit
 README.md 2022-11-14 vanvuvuong@gmail.com vanvuvuong@gmail.com [775642] update readme

Read Me

0. Set up for the ENV


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:

  • REPO_DIRECTORY='/home/sample/code/codium'
  • CODIUM_USER_CONFIG_PATH="${HOME}/.config/VSCodium/User"

1. Syncing Codium Configuration:

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

2. Zsh History && Configuration

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

3. Commit & Push change:

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

4. In case you couldn't run it via VSCode Task, please run these script instead and choose the option:

scripts/sync_codium.sh
MongoDB Logo MongoDB