If you are new to Emacs and consider using Dirvish as your ranger
or lf
replacement, this guide is for you.
TODO: video demo
Install Emacs according to the instructions. Dired is the Emacs’s inbuilt DIRectory EDitor, which doesn’t require you to install it separably. Please make sure to install Emacs with major version 28+ (29 are recommended).
# Clone the repo
git clone https://github.com/alexluigit/dirvish ~/dirvish
# Prepare the Emacs config
cp ~/dirvish/docs/.emacs.d.example ~/.emacs.d
# Start Emacs daemon (wait for the package installation)
emacs --daemon
# Open Emacs
emacsclient -cn
Now you can M-x dirvish RET
, enjoy!
See prerequisites for other optional dependencies.
See README