* add nodenv
* add alacritty
* add metasploit
--- /dev/null
+{
+ "files": [
+ {
+ "path": "$HOME/.alacritty.yml",
+ "movable": true,
+ "help": "Supported out of the box, just move the file to:\n\n```bash\n$XDG_CONFIG_HOME/alacritty/alacritty.yml \n```\n"
+ }
+ ],
+ "name": "alacritty"
+}
--- /dev/null
+{
+ "files": [
+ {
+ "path": "$HOME/.msf4",
+ "movable": false,
+ "help": "Currently not supported, see [this](https://github.com/rapid7/metasploit-framework/issues/11367) issue.\n"
+ }
+ ],
+ "name": "metasploit"
+}
--- /dev/null
+{
+ "files": [
+ {
+ "path": "$HOME/.nodenv",
+ "movable": true,
+ "help": "Export the following environment variables:\n\n```bash\nexport NODENV_ROOT=\"$XDG_DATA_HOME\"/nodenv \n```\n"
+ }
+ ],
+ "name": "nodenv"
+}