Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 193 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 193 Bytes
# Set the following env vars.
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"

# Clean all plugins.
make clean

# Intall all plugins.
make install