Skip to content

codesankalp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ~/.*

These are my personal configuration dotfiles for pretty much everything I use across all systems.

image

What's inside

Path Description
Brewfile Homebrew formulae, casks, and fonts
config/alacritty/ Alacritty terminal config
config/tmux/ tmux overrides (.tmux.conf.local, on top of gpakosz/.tmux)
config/zsh/ .zshrc, Powerlevel10k theme, and shell aliases
config/git/ global .gitconfig
config/wakatime/ WakaTime config (API key prompted on install)
prompts/ AI prompts, symlinked to ~/.claude/CLAUDE.md
scripts/ bootstrap and GCP helper scripts

Install

Clone anywhere and run the bootstrap script — it installs Homebrew, Oh My Zsh, tmux, the Brewfile, and symlinks every config. It's safe to re-run.

git clone https://github.com/<you>/dotfiles.git ~/dotfiles
cd ~/dotfiles
./scripts/setup_dotfiles

Open nvim once afterwards to finish the NvChad plugin install.

Makefile targets

Symlink individual configs without the full bootstrap:

make help    # list all targets
make all     # symlink every config
make zsh     # just the zsh config, etc.
make lint    # run shellcheck over scripts/

About

~/.*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors