diff --git a/.hyper_plugins/.hyper_plugins b/.hyper_plugins/.hyper_plugins index 742c57d0..b13f2cdb 120000 --- a/.hyper_plugins/.hyper_plugins +++ b/.hyper_plugins/.hyper_plugins @@ -1 +1 @@ -/home/cyryl/dev/dotfiles/.hyper_plugins \ No newline at end of file +/Users/cyplo/dev/dotfiles/.hyper_plugins \ No newline at end of file diff --git a/.zprezto b/.zprezto index e1493674..d4332e2f 160000 --- a/.zprezto +++ b/.zprezto @@ -1 +1 @@ -Subproject commit e149367445d2bcb9faa6ada365dfd56efec39de8 +Subproject commit d4332e2faf420f73ada88397bee95dc4f1da6b97 diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index 4c52cd5f..834fc787 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -101,13 +101,14 @@ if [[ -z $NORUST ]]; then rustup install nightly rustup default stable + rustup component add rustfmt-preview --toolchain stable rustup component add rls-preview --toolchain stable - rustup component add clippy-preview --toolchain stable rustup component add rust-analysis --toolchain stable rustup component add rust-src --toolchain stable rustup component add rls-preview --toolchain nightly rustup component add clippy-preview --toolchain nightly + rustup component add rustfmt-preview --toolchain nightly rustup component add rust-analysis --toolchain nightly rustup component add rust-src --toolchain nightly