https://github.com/cs-magic-open/codebase-sh
A decent collection of generally-used scripts.
https://github.com/cs-magic-open/codebase-sh
bash git oh-my-zsh shell tmux zsh
Last synced: 2 months ago
JSON representation
A decent collection of generally-used scripts.
- Host: GitHub
- URL: https://github.com/cs-magic-open/codebase-sh
- Owner: cs-magic-open
- Created: 2024-09-17T12:23:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T09:14:40.000Z (12 months ago)
- Last Synced: 2025-07-07T10:28:51.675Z (12 months ago)
- Topics: bash, git, oh-my-zsh, shell, tmux, zsh
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codebase-sh
## Usage
### inject env
```shell
# ~/.profile
source {this-repo-dir}/scripts/inject-envs.sh
# ~/.bash_profile
...
source ~/.profile
# ~/.zshrc
...
source ~/.profile
```