Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vncsmyrnk/git-config

My default git config
https://github.com/vncsmyrnk/git-config

bash git

Last synced: 11 days ago
JSON representation

My default git config

Awesome Lists containing this project

README

        

# git-config

My default git config.

## Use

```bash
bash <(curl -s https://raw.githubusercontent.com/vncsmyrnk/git-config/main/install-apt.sh) $NAME $EMAIL
```

The `--config-only` option makes the script only install git and apply the configurations.

## Example

```bash
bash <(curl -s https://raw.githubusercontent.com/vncsmyrnk/git-config/main/install-apt.sh) "John Doe" [email protected]
```