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 / .zshrc
Created February 15, 2026 14:06
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
setopt sharehistory
@harshv5094
harshv5094 / .bashrc
Last active February 15, 2026 14:05
bashrc
# Adding home binary path
export PATH="$HOME/.local/bin:$HOME/bin:$HOME/.bun/bin:$HOME/.config/emacs/bin:$PATH"
# set up XDG folders
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_STATE_HOME="$HOME/.local/state"
export XDG_CACHE_HOME="$HOME/.cache"
# Setting up history export
@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