]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add android-studio, bubblewrap and expo configs
authorb3nj4m1n <b3nj4m1n@gmx.net>
Wed, 18 May 2022 12:15:28 +0000 (14:15 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Wed, 18 May 2022 12:15:28 +0000 (14:15 +0200)
programs/android-studio.json [new file with mode: 0644]
programs/bubblewrap.json [new file with mode: 0644]
programs/expo.json [new file with mode: 0644]

diff --git a/programs/android-studio.json b/programs/android-studio.json
new file mode 100644 (file)
index 0000000..0bccf02
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.android",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport ANDROID_HOME=$XDG_DATA_HOME/android\n```\n"
+        }
+    ],
+    "name": "android-studio"
+}
\ No newline at end of file
diff --git a/programs/bubblewrap.json b/programs/bubblewrap.json
new file mode 100644 (file)
index 0000000..d7a3336
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.bubblewrap",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/GoogleChromeLabs/bubblewrap/issues/362\n"
+        }
+    ],
+    "name": "bubblewrap"
+}
\ No newline at end of file
diff --git a/programs/expo.json b/programs/expo.json
new file mode 100644 (file)
index 0000000..3f0e70b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.expo",
+            "movable": false,
+            "help": ""
+        }
+    ],
+    "name": "expo"
+}
\ No newline at end of file