8000 GitHub - natefabian18/icons.xplr: icon theme for xplr file manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

natefabian18/icons.xplr

< CCF3 div class="OverviewContent-module__Box_7--SbxdI">
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERSONAL FORK

forked on 09/17/2024 Ive fixed some icon definitions that are out dated. There continue to be some icons that have bad data.

P.S. It does effect your colors

Original Readme

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

icon theme for xplr file manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%
0