Skip to content

Instantly share code, notes, and snippets.

View harshv5094's full-sized avatar
🎯
Focusing

Harsh Vyapari harshv5094

🎯
Focusing
View GitHub Profile
@harshv5094
harshv5094 / starship.toml
Created April 6, 2026 03:52
My starship Config
"$schema" = 'https://starship.rs/config-schema.json'
# Robbyrussel like theme
format = """$character$directory$git_branch"""
add_newline = false
palette = 'gruvbox_dark'
[palettes.gruvbox_light]
blue = '#076678'
@harshv5094
harshv5094 / .inputrc
Created April 4, 2026 06:48
my inputrc config
# Enable ignore case
set completion-ignore-case On
# Show auto-completion list automatically, without double tab
set show-all-if-ambiguous On
# Intelligent "Up and Down" arrow searching
"\e[A": history-search-backward
"\e[B": history-search-forward
@harshv5094
harshv5094 / .gitconfig
Created April 4, 2026 06:46
My git config file
[push]
default = simple
autoSetupRemote = true
[init]
defaultBranch = main
[diff]
tool = nvimdiff
@harshv5094
harshv5094 / .zshrc
Last active April 4, 2026 17:13
This is my zshrc config
# History settings
export HISTFILE="$HOME/.zsh_history"
export HISTSIZE=5000
export SAVEHIST=$HISTSIZE
export HISTFILESIZE=10000
export HISTTIMEFORMAT="%F %T " # add timestamp to history
# Zsh specific history options
setopt appendhistory sharehistory hist_ignore_space hist_ignore_all_dups hist_save_no_dups hist_find_no_dups
@harshv5094
harshv5094 / .bashrc
Last active April 6, 2026 08:31
My bashrc config
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Bash Completion Check
# shellcheck disable=SC1091
[[ -f /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion
# shellcheck disable=SC1091
[[ -f /etc/bash_completion ]] && . /etc/bash_completion
# Adding home binary path
@harshv5094
harshv5094 / pacman.conf
Last active February 15, 2026 14:07
This is my pacman config file
# See the pacman.conf(5) manpage for option and repository directives
# Paste this file in /etc/
# This is a base options for pacman.conf
[options]
Color
ILoveCandy
VerbosePkgLists
HoldPkg = pacman glibc ly
Architecture = auto