Skip to content

Instantly share code, notes, and snippets.

View kernelvoid17's full-sized avatar

Aviral Dhingra kernelvoid17

View GitHub Profile
{
"edit_predictions": {
"mode": "subtle"
},
"telemetry": {
"diagnostics": false,
"metrics": false
},
"theme": "Min Dark (Solid)",
"theme_overrides": {
{
"window.commandCenter": false,
"window.title": " ",
"workbench.activityBar.location": "hidden",
"workbench.statusBar.visible": false,
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.secondarySideBar.defaultVisibility": "hidden",
"workbench.editor.editorActionsLocation": "hidden",
"workbench.editor.showTabs": "none",
@kernelvoid17
kernelvoid17 / starship.toml
Created September 22, 2025 16:09
config/starship.toml
format = """
$directory\
$character
"""
[directory]
style = "white"
truncation_length = 5
[character]
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Shell Prompt
# PS1='[\u@\h \W]\$ '
PS1='\W \$ '
# Shortcuts
alias n='nvim'
alias ga='git add'
alias gc='git commit'
alias gp='git push'
# set-option -g default-shell /usr/local/bin/fish
set -gu pane-active-border-style
set -g pane-border-style fg=default
set -g pane-border-style fg=colour238
set -g pane-active-border-style fg=colour238
set -g mouse on
set -g history-limit 10000