-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
9e5bd12
commit 047c254
Showing
16 changed files
with
166 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |