Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlmader/shared-env
Shared environment configurations.
https://github.com/tlmader/shared-env
Last synced: 1 day ago
JSON representation
Shared environment configurations.
- Host: GitHub
- URL: https://github.com/tlmader/shared-env
- Owner: tlmader
- Created: 2022-09-26T16:34:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T23:57:33.000Z (2 days ago)
- Last Synced: 2024-11-12T00:32:53.300Z (2 days ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tlmader/shared-env
Shared environment configurations. Note that the `.gitconfig` is configured for development with VSCode.
## Setup
1. Clone this repository.
2. Run the following script, using the path of the cloned repository:```
git config --global --add include.path /.gitconfig
```