diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-23 10:11:54 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-23 15:20:27 +0100 |
commit | dbd705bb9473186f9634a57aacee4f3e1f444773 (patch) | |
tree | d416dcdde1eb9676cede2c02853f95f7ed171218 /install-imperative | |
parent | 1b13fc637d9e7cdec40bc5cd75eb2f44a91da99b (diff) |
feat(workstation): add zed
Diffstat (limited to 'install-imperative')
-rwxr-xr-x | install-imperative | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-imperative b/install-imperative index 6fa1e9e..2d9f6fe 100755 --- a/install-imperative +++ b/install-imperative @@ -5,6 +5,7 @@ # (I just want the latest). rustup toolchain install stable +rustup component add rust-analyzer cargo install typos-cli |