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

https://github.com/pymongo/config


https://github.com/pymongo/config

Last synced: 3 months ago
JSON representation

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