From debb51a88ad50c2018407d255dea649f31265bb9 Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Wed, 18 May 2022 14:15:28 +0200 Subject: [PATCH] Add android-studio, bubblewrap and expo configs --- programs/android-studio.json | 10 ++++++++++ programs/bubblewrap.json | 10 ++++++++++ programs/expo.json | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 programs/android-studio.json create mode 100644 programs/bubblewrap.json create mode 100644 programs/expo.json diff --git a/programs/android-studio.json b/programs/android-studio.json new file mode 100644 index 0000000..0bccf02 --- /dev/null +++ b/programs/android-studio.json @@ -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 index 0000000..d7a3336 --- /dev/null +++ b/programs/bubblewrap.json @@ -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 index 0000000..3f0e70b --- /dev/null +++ b/programs/expo.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.expo", + "movable": false, + "help": "" + } + ], + "name": "expo" +} \ No newline at end of file -- 2.47.3