Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/dotfiles.md
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
BRAVO68WEB and mafredri authored Jul 21, 2023
commit 4900f449e76b6227935aff9bce0843e018acb4cb
16 changes: 8 additions & 8 deletions docs/dotfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ sudo apt install -y neovim fish cargo

User can have either of the following setup script files in their dotfiles repo:

- install.sh
- install
- bootstrap.sh
- bootstrap
- script/bootstrap
- setup.sh
- setup
- script/setup
- `install.sh`
- `install`
- `bootstrap.sh`
- `bootstrap`
- `script/bootstrap`
- `setup.sh`
- `setup`
- `script/setup`

If any of the above files are found in the specified order, Coder will execute the first match, and the rest will be skipped.

Expand Down