https://github.com/pymongo/config
https://github.com/pymongo/config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pymongo/config
- Owner: pymongo
- Created: 2021-11-10T02:03:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T04:07:46.000Z (about 2 years ago)
- Last Synced: 2025-10-09T23:19:40.656Z (10 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vscode
```bash
ln vscode/settings.json ~/.config/Code/User/settings.json
ln vscode/keybindings.json ~/.config/Code/User/keybindings.json
```
### some repo .vscode/settings.json override/custom
```bash
# rust-lang/rust
ln vscode/rust_repo_settings.json ~/repos/clone_repos/rust/.vscode/settings.json
```
## Linux
### xprofile
```bash
ln linux/.xprofile ~/.xprofile
```
### bash
```bash
ln bashrc.sh ~/bashrc.sh
echo "source ~/bashrc.sh" >> ~/.bashrc
```