]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/octave.json
Add EmulationStation DE (#403)
[xdg-ninja.git] / programs / octave.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.octaverc",
5 "movable": true,
6 "help": "Export the following environment variable:\n\n```bash\nexport OCTAVE_SITE_INITFILE=\"$XDG_CONFIG_HOME/octave/octaverc\"\n```"
7 },
8 {
9 "path": "$HOME/.octave_hist",
10 "movable": true,
11 "help": "Export the following environment variable:\n\n```bash\nexport OCTAVE_HISTFILE=\"$XDG_STATE_HOME/octave_hist\"\n```"
12 },
13 {
14 "path": "$HOME/.octave_packages",
15 "movable": true,
16 "help": "Add the following to your octaverc:\n\n```\nsource /usr/share/octave/site/m/startup/octaverc;\npkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;\npkg local_list /home/<your username>/.local/share/octave/octave_packages;\n```\n"
17 }
18 ],
19 "name": "octave"
20 }