install Rust
This commit is contained in:
@ -167,6 +167,9 @@ case "$(uname -s)" in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Use rustup to install the Rust compiler (rustc) and the Rust package manager (cargo).
|
||||
rustup-init -y
|
||||
|
||||
# Upgrade
|
||||
~/.scripts/upgrade.sh
|
||||
|
||||
|
@ -16,4 +16,4 @@ pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n
|
||||
pip freeze > ~/requirements.txt
|
||||
# Update VIM plugins installed via Vundle https://github.com/VundleVim/Vundle.vim
|
||||
vim +PluginUpdate +qall
|
||||
|
||||
rustup-update
|
||||
|
1
dot_scripts/version.sh
Normal file
1
dot_scripts/version.sh
Normal file
@ -0,0 +1 @@
|
||||
rustc --version
|
Reference in New Issue
Block a user