An open API service indexing awesome lists of open source software.

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.

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
```