Skip to content

Commit

Permalink
Add configs for ${HOME}/.icons, distcc, awesome, luarocks, (#89)
Browse files Browse the repository at this point in the history
${HOME}/.Wolfram, mono, pandoc, skrooge, tigervnc, VESTA, and zoom.
  • Loading branch information
MonkeysAreEvil authored Jun 9, 2022
1 parent 4886ccc commit b32b5f5
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 3 deletions.
10 changes: 10 additions & 0 deletions programs/awesome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.awesome-errors",
"movable": true,
"help": "Update /etc/X11/Sessions/awesome and edit the line like \n\n```\nfor errfile in \"$HOME/.awesome-errors\" \"${TMPDIR-/tmp}/awesome-$USER\" \"/tmp/awesome-$USER\"\n```\n\nto read\n\n```\nfor errfile in $XDG_CACHE_HOME/awesome/errors\n\n```\n\n"
}
],
"name": "awesome"
}
10 changes: 10 additions & 0 deletions programs/distcc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.distcc",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport DISTCC_DIR=\"$XDG_CONFIG_HOME\"/distcc\n```\n"
}
],
"name": "distcc"
}
10 changes: 10 additions & 0 deletions programs/icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "icons",
"files": [
{
"path": "${HOME}/.icons",
"movable": true,
"help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n"
}
]
}
9 changes: 7 additions & 2 deletions programs/lua.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"help": "Currently unsupported. No information found.\n",
"movable": false,
"path": "$HOME/.luahistory"
}
},
{
"path": "$HOME/.luarocks",
"movable": true,
"help": "Supported\n\nThe file ${HOME}/.luarocks can be moved to ${XDG_CONFIG_HOME}/luarocks.\n\n"
}
],
"name": "lua"
}
}
7 changes: 6 additions & 1 deletion programs/mathematica.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"path": "$HOME/.Mathematica",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport MATHEMATICA_USERBASE=\"$XDG_CONFIG_HOME\"/mathematica\n```\n"
},
{
"path": "$HOME/.Wolfram",
"movable": false,
"help": "Currently unsupported. No information found.\n"
}
],
"name": "mathematica"
}
}
10 changes: 10 additions & 0 deletions programs/mono.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.mono",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mono/mono/pull/12764\n"
}
],
"name": "mono"
}
10 changes: 10 additions & 0 deletions programs/pandoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "pandoc",
"files": [
{
"path": "$HOME/.pandoc",
"movable": true,
"help": "Supported\n\nThe file ${HOME}/.pandoc can be moved to ${XDG_DATA_HOME}/pandoc.\n"
}
],
}
10 changes: 10 additions & 0 deletions programs/skrooge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.skrooge",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://bugs.kde.org/show_bug.cgi?id=454965\n"
}
],
"name": "skrooge"
}
10 changes: 10 additions & 0 deletions programs/tigervnc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.vnc",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/TigerVNC/tigervnc/issues/1195\n"
}
],
"name": "tigervnc"
}
10 changes: 10 additions & 0 deletions programs/vesta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.vesta",
"movable": false,
"help": "Currently unsupported. No information found. \n"
}
],
"name": "tigervnc"
}
9 changes: 9 additions & 0 deletions programs/zoom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files": [
{
"path": "$HOME/.zoom",
"movable": true,
"help": "Unrecommended: setting the following variable moves the contents of .zoom but the directory itself always gets created. Moreover, it breaks some functionalities eg. being able to start a meeting:\n\n```bash\nexport SSB_HOME=\"$XDG_DATA_HOME\"/zoom\n```\n"
}
]
}

0 comments on commit b32b5f5

Please sign in to comment.