Same NNN config for all users and servers #1714
-
Hi, i use nnn a lot in my home network and i'm the only physical user. However, i use I'd like to know how i could keep the same config for all users and root as well as on my server. I know that it's common to keep a .dotfiles Git repository and use that to manually "sync" your configs (in nnn's case it's shell environment variables i guess). I've tried that before but found it very tedious. Are there other options? Could i maybe use my local nnn to browse my server easily to that i don't even need nnn on the server or would that greatly reduce performance compared to running nnn on the machine directly? (E.g. big directories, spinning rust) And can plugins like image preview even work when using ssh? Maybe this topic is less about nnn and more about how to use Linux in general, i apologize 😅. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
im using a ui im not used to so forgive me if this has already been solved. but really you could just write you own yes sshfs will mount the files as a filesystem, so for the preview plugin it wont matter other than the limitations of |
Beta Was this translation helpful? Give feedback.
im using a ui im not used to so forgive me if this has already been solved.
but really you could just write you own
nnn
wrapper script... mynnn
is just ash
script that sets up all of the necessary configuration required for my personalnnn
experience...yes sshfs will mount the files as a filesystem, so for the preview plugin it wont matter other than the limitations of
sshfs