mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
794 B
794 B
dotfiles
Personalize your workspace by applying a canonical dotfiles repository
Usage
coder dotfiles [flags] <git_repo_url>
Description
- Check out and install a dotfiles repository without prompts:
$ coder dotfiles --yes git@github.com:example/dotfiles.git
Options
--symlink-dir
Type | string |
Environment | $CODER_SYMLINK_DIR |
Specifies the directory for the dotfiles symlink destinations. If empty, will use $HOME.
-y, --yes
Type | bool |
Bypass prompts.