Skip to content

Commit

Permalink
Add/update apps (#359)
Browse files Browse the repository at this point in the history
* Add note for Android Studio

* Add instructions for Colima

* Add note for Crossover

* Add note for Dolt CLI

* Add note for JetBrains Fleet

* Add note for Facebook Flipper

* Add instructions for Homebridge

* Add note for iTerm2

* Add note for Lima

* Update instructions for `npm`

* Update instructions for `pnpm`

* Add note for Proxyman

* Add note for Pulumi CLI

* Update instructions for Redis Insight

* Add note for `usql` CLI

* Add note for Vue CLI
  • Loading branch information
hassankhan authored Feb 22, 2024
1 parent 9e5bd12 commit 047c254
Show file tree
Hide file tree
Showing 16 changed files with 166 additions and 1 deletion.
10 changes: 10 additions & 0 deletions programs/android-studio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.emulator_console_auth_token",
"movable": false,
"help": "Currently unsupported.\n"
}
],
"name": "Android Studio"
}
10 changes: 10 additions & 0 deletions programs/colima.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "colima",
"files": [
{
"path": "$HOME/.colima",
"movable": true,
"help": "XDG is supported out-of-the-box, so we can simply move the folder to _$XDG_CONFIG_HOME/colima_.\n"
}
]
}
15 changes: 15 additions & 0 deletions programs/crossover.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": [
{
"path": "$HOME/.mailcap",
"movable": false,
"help": "Currently unsupported.\n"
},
{
"path": "$HOME/.mime.types",
"movable": false,
"help": "Currently unsupported.\n"
}
],
"name": "Crossover"
}
10 changes: 10 additions & 0 deletions programs/dolt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.dolt",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dolthub/dolt/issues/1398\n"
}
],
"name": "dolt"
}
10 changes: 10 additions & 0 deletions programs/fleet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.fleet",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://youtrack.jetbrains.com/issue/FL-12903\n"
}
],
"name": "Fleet"
}
10 changes: 10 additions & 0 deletions programs/flipper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.flipper",
"movable": false,
"help": "Currently unsupported.\n"
}
],
"name": "Flipper"
}
10 changes: 10 additions & 0 deletions programs/homebridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"help": "Use the following alias:\n\n```bash\nalias homebridge='homebridge -U \"$XDG_CONFIG_HOME\"/homebridge'\n```\n\n",
"movable": true,
"path": "$HOME/.homebridge"
}
],
"name": "homebridge"
}
15 changes: 15 additions & 0 deletions programs/iterm2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "iTerm 2",
"files": [
{
"path": "$HOME/.iterm2",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://gitlab.com/gnachman/iterm2/-/issues/4843\n"
},
{
"path": "$HOME/.iterm2_shell_integration.fish",
"movable": true,
"help": "You can move this file to _$XDG_CONFIG_HOME/fish/conf.d/iterm2.fish_.\n"
}
]
}
10 changes: 10 additions & 0 deletions programs/lima.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "lima",
"files": [
{
"path": "$HOME/.lima",
"movable": false,
"help": "Currently unsupported.\n"
}
]
}
5 changes: 5 additions & 0 deletions programs/npm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"files": [
{
"path": "$HOME/.node-gyp",
"movable": true,
"help": "You need to put the following into your npmrc:\n\n```\ncache=${XDG_CACHE_HOME}/npm\n```\n"
},
{
"help": "You need to put the following into your npmrc:\n\n```\nprefix=${XDG_DATA_HOME}/npm\ncache=${XDG_CACHE_HOME}/npm\ninit-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js\ntmp=${XDG_RUNTIME_DIR}/npm\n```\n\n_Note: the `tmp` option has been removed in more recent versions of npm, including it will generate a warning._\n",
"movable": true,
Expand Down
5 changes: 5 additions & 0 deletions programs/pnpm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"files": [
{
"path": "$HOME/.pnpm-state",
"movable": true,
"help": "Add the following to your npmrc:\n\n```\nstate-dir=$XDG_STATE_HOME/pnpm-state\n```\n"
},
{
"path": "$HOME/.pnpm-store",
"movable": true,
Expand Down
15 changes: 15 additions & 0 deletions programs/proxyman.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": [
{
"path": "$HOME/.proxyman",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/ProxymanApp/Proxyman/issues/476\n"
},
{
"path": "$HOME/.proxyman-data",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/ProxymanApp/Proxyman/issues/476\n"
}
],
"name": "Proxyman"
}
10 changes: 10 additions & 0 deletions programs/pulumi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.pulumi",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/pulumi/pulumi/issues/2534\n"
}
],
"name": "pulumi"
}
7 changes: 6 additions & 1 deletion programs/redisinsight.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"files": [
{
"path": "$HOME/.redisinsight-app",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport RI_APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-app\n```\n"
},
{
"path": "$HOME/.redisinsight-v2",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-v2\n```\n"
},
{
"path": "$HOME/..redisinsight-preview",
"path": "$HOME/.redisinsight-preview",
"movable": false,
"help": "If you do not use the obsolete preview version then just remove the folder. Otherwise export the following environment variables and upgrade to the current version.:\n\n```bash\nexport APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-v2\n```\n"
}
Expand Down
15 changes: 15 additions & 0 deletions programs/usql.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": [
{
"path": "$HOME/.usql_history",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport USQL_HISTORY=\"$XDG_DATA_HOME\"/usql/history\n```\n"
},
{
"path": "$HOME/.usqlrc",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport USQLRC=\"$XDG_CONFIG_HOME\"/usql/config\n```\n"
}
],
"name": "usql"
}
10 changes: 10 additions & 0 deletions programs/vue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.vuerc",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/vuejs/vue-cli/issues/5649\n"
}
],
"name": "vue"
}

0 comments on commit 047c254

Please sign in to comment.