Installation
~~~~~~~~~~~~
You need:
If you want to compile the source code you will need:
Mingw
Pdcurses for Mingw
Regex for Mingw
Vim Specific Options:
If you use vim, copy the vifm.txt file in the vifm/src directory to
your ~/.vim/doc directory or the system vim/doc directory.
Then launch vim ahd give the command
:helptags ~/.vim/doc
or
:helptags path/to/system/vim/doc
depending on where you installed the vifm.txt file.
You will also need to change the USE_VIM_HELP
in ~/.vifm/vifmrc as the default setting is to use the plain text file.
If you want to use the vifm.vim plugin, copy the vifm.vim plugin script to
either the system wide vim/plugin or to ~/.vim/plugin/. The vifm.vim script
allows you to use vifm from vim to select files. The vifm.vim script is not
installed by default and must be manually copied to the plugin directory.
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm-w32
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm-w32
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master