pirafrank / zenpath.xplr

A xplr theme inspired by zentable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zenpath

A xplr theme inspired by zentable.

screen.png

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/pirafrank/zenpath.xplr ~/.config/xplr/plugins/zenpath
  • Require the module in ~/.config/xplr/init.lua

    require("zenpath").setup()

About

A xplr theme inspired by zentable

License:MIT License


Languages

Language:Lua 100.0%