From ad9a155d8b7085824b3de487e44ddc7af8a0b9df Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 24 May 2026 06:12:33 +0200 Subject: feat(workstation): add android-studio --- install-imperative | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install-imperative') 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() { -- cgit v1.3.1