mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
feat(rust): improve overall setup around Rust
This commit is contained in:
@@ -119,6 +119,10 @@ install_emacs_config() {
|
||||
git_clone 'git@github.com:jimeh/.emacs.d.git' "$TARGET/.config/emacs-siren"
|
||||
}
|
||||
|
||||
install_rustup() {
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
}
|
||||
|
||||
#
|
||||
# Helper functions
|
||||
#
|
||||
@@ -269,6 +273,9 @@ case "$1" in
|
||||
rbenv)
|
||||
install_rbenv
|
||||
;;
|
||||
rustup | rust)
|
||||
install_rustup
|
||||
;;
|
||||
launch_agents | launch-agents | agents)
|
||||
install_launch_agents
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user