Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ByteCache
Blog
Commits
de9fb8de
Commit
de9fb8de
authored
Nov 28, 2020
by
Clark
Browse files
Adding some utilities for Rust (for Emacs)
parent
23b986cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/Self-hosted/Workstation.org
View file @
de9fb8de
...
...
@@ -225,10 +225,20 @@ sudo dpkg -i Whalebird-4.1.0-linux-x64.deb
** Rust
First install Rust.
#+BEGIN_SRC sh
curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME"/.cargo/env && \
rustup component add rustfmt && \
rustup component add clippy
curl --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
#+END_SRC
Then some additional utilities.
#+BEGIN_SRC emacs-lisp
source "$HOME"/.cargo/env && \
rustup toolchain add nightly && \
cargo +nightly install racer && \
rustup component add rust-src && \
rustup update
#+END_SRC
** Python 3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment