Skip to content

devodii/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dev setup.

Install (new machine)

git clone https://github.com/devodii/dotfiles.git ~/Desktop/dotfiles
cd ~/Desktop/dotfiles && ./install.sh

This adds one bootstrap line to ~/.zshrc that sources dotfiles. Everything else lives in this repo.

How tools are registered

Location What goes there How it works
bin/ CLI scripts Auto on PATH — no .zshrc edits needed
zsh/functions/ Shell functions that must be sourced Auto sourced via dotfiles.zsh
zsh/dotfiles.zsh Bootstrap (PATH, auto-load) Single source of truth

Add a new CLI tool: drop an executable in bin/. Done.

Add a shell function: create zsh/functions/myfunc.zsh. Done.

Tools

context — dump codebase for LLMs

Preview: context -r /path/to/project

Save: context --save -r /path/to/project -o codebase_context.txt

Options: -e ts,tsx,js extensions -o FILE output file -r DIR project root -s write to disk -x files/folders to omit.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages