fix: properly-quoted install.sh + bashrc

This commit is contained in:
2026-05-20 21:42:08 +02:00
commit cbd75a2b62
4 changed files with 62 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# dotfiles
Personal dotfiles for Coder workspaces. Coder clones this repo and runs install.sh
on workspace start (configured via the workspace template parameter dotfiles_uri).
## Layout
- install.sh — idempotent symlink installer; runs every workspace start
- home/ — contents mirrored into $HOME (preserving relative paths)
## Add to a workspace
When creating a workspace in Coder, set the optional dotfiles_uri to:
`https://git.nuclide.systems/fkrebs/dotfiles.git`