Skip to content

The repository contains all my dotfiles

Notifications You must be signed in to change notification settings

priyanshuone6/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

The repository contains all my dotfiles

Run these

mkdir -p "$HOME/.venvs"

ln -s ~/dotfiles/git/gitconfig ~/.gitconfig

grep -Fq 'dotfiles/zsh/zshrc' "$HOME/.zshrc" 2>/dev/null || printf '\n# load dotfiles zshrc\n[[ -r "$HOME/dotfiles/zsh/zshrc" ]] && . "$HOME/dotfiles/zsh/zshrc"\n' >> "$HOME/.zshrc"

source ~/.zshrc

uvbash helper for venv

uvbash create [uv venv options...] uvbash use uvbash del

About

The repository contains all my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

  • Shell 100.0%