dotfiles: initial scaffold for Coder devboxes
install.sh (symlink home/* + merge-seed ~/.claude.json onboarding), gitconfig, bash_aliases, global gitignore, inputrc, tmux.conf. Golden owns tools+starship; this owns personal config. Secrets stay in Coder user-secrets. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
7c985c5ecf
commit
f08f35b602
7 changed files with 183 additions and 0 deletions
17
home/.config/git/ignore
Normal file
17
home/.config/git/ignore
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Global gitignore (referenced by ~/.gitconfig core.excludesfile)
|
||||
# OS / editor cruft that should never land in any repo.
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
.idea/
|
||||
.vscode/
|
||||
*.log
|
||||
.env
|
||||
.env.local
|
||||
node_modules/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.direnv/
|
||||
Loading…
Add table
Add a link
Reference in a new issue