tonydero / icons.xplr

xplr icon theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An icon theme (do nothing about colors) for xplr.

Based on nvim-web-devicons with some input from nnn. Text formats are well covered. Binary formats still needs some attention.

Requirements

Installation

Install manually

  • Add the following line in ~/.config/xplr/init.lua

    local home = os.getenv("HOME")
    package.path = home
    .. "/.config/xplr/plugins/?/init.lua;"
    .. home
    .. "/.config/xplr/plugins/?.lua;"
    .. package.path
  • Clone the plugin

    mkdir -p ~/.config/xplr/plugins
    
    git clone https://github.com/prncss-xyz/icons.xplr ~/.config/xplr/plugins/icons
  • Require the module in ~/.config/xplr/init.lua

    require"icons".setup()

About

xplr icon theme

License:MIT License


Languages

Language:Lua 100.0%