diff options
| author | Martin Fischer <martin@push-f.com> | 2026-05-24 06:12:33 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-06-08 08:32:14 +0200 |
| commit | ad9a155d8b7085824b3de487e44ddc7af8a0b9df (patch) | |
| tree | 200e8b12a6dae8913ff8efa357617fa53cd0fba3 /install-imperative | |
| parent | 3c6cc320214b92d0cd5310d2c5b9d7510de9c53f (diff) | |
feat(workstation): add android-studio
Diffstat (limited to 'install-imperative')
| -rwxr-xr-x | install-imperative | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install-imperative b/install-imperative index 2d9f6fe..d87dd51 100755 --- a/install-imperative +++ b/install-imperative @@ -11,6 +11,8 @@ cargo install typos-cli npm install -g pyright +android-studio installPlugins IdeaVIM com.intellij.plugins.watcher + # Mostly installing VSCodium extensions here since the pyright extension cannot # use the globally installed pyright (https://github.com/microsoft/pyright/issues/2035). code-ext() { |
