Skip to content

Instantly share code, notes, and snippets.

View thenishantgiri's full-sized avatar
💻
coding

Nishant Kumar Giri thenishantgiri

💻
coding
View GitHub Profile
@thenishantgiri
thenishantgiri / vsconfig.json
Created December 22, 2023 03:08 — forked from Hendrixer/vsconfig.json
vs code config
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro Darker",
"editor.tabSize": 2,
"editor.fontFamily": "'Fira Mono', Menlo, Monaco, 'Courier New', monospace",
"files.exclude": {
"**/.git": false
},
"editor.bracketPairColorization.enabled": true,
@thenishantgiri
thenishantgiri / starship.toml
Created October 1, 2023 13:29 — forked from deepanchal/starship.toml
Starship config
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
format = """
$username\
$hostname\
$localip\
$shlvl\
$singularity\
$kubernetes\