diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-12-05 21:26:15 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-12-05 21:26:15 +0000 |
commit | a3cc2be6326ec488882fbbe2a17a8e2eb6a8334e (patch) | |
tree | b489ef9938f338196a0577a749a8c4a15b365c7d /lynx/README.md | |
parent | ed8329e8190efb314b4680d47855a1955f0cebcd (diff) |
to bash! and to lynx
Diffstat (limited to '')
-rw-r--r-- | lynx/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lynx/README.md b/lynx/README.md new file mode 100644 index 0000000..363858e --- /dev/null +++ b/lynx/README.md @@ -0,0 +1,10 @@ +## lynx setup + +Instructions in this video: https://www.youtube.com/watch?v=hifs83xV2PQ + +Basically - all the config here is symlinked from ~/.config. + +Instead of calling lynx from /usr/bin/lynx or wherever it is installed, you +want to call the `lynx` script in this directory, so you have to make sure that +is in your path. That is a wrapper script that sets the necessary environment +variables for you. |