Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Dotbot rust plugin

Plugin for dotbot that adds a rustup and cargo directive, to allow you to install:

  • rustup
    • toolchains
    • targets
    • components
  • cargo
    • binaries

Installation

Add it as a submodule of your dotfiles repositories.

git submodule add https://github.com/terrymunro/dotbot-rust.git

Modify your install script, to enable the plugin.

"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" \
    --package-dir dotbot-rust \
    -d "${BASEDIR}" \
    -c "${CONFIG}" \
    "${@}"

Usage

Full example

Minimal example

- rustup:
    install: true


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages