Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vncsmyrnk/git-config
- Owner: vncsmyrnk
- License: apache-2.0
- Created: 2024-06-07T17:50:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T12:59:34.000Z (5 months ago)
- Last Synced: 2024-06-23T12:59:42.225Z (5 months ago)
- Topics: bash, git
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```