mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
623 B
623 B
coder dotfiles
Checkout and install a dotfiles repository from a Git URL
Usage
coder dotfiles [git_repo_url] [flags]
Examples
- Check out and install a dotfiles repository without prompts:
$ coder dotfiles --yes git@github.com:example/dotfiles.git
Flags
--symlink-dir
Specifies the directory for the dotfiles symlink destinations. If empty will use $HOME.
Consumes | $CODER_SYMLINK_DIR |
--yes, -y
Bypass prompts
Default | false |