https://github.com/sayanarijit/material-landscape.xplr
xple theme - Material Landscape
https://github.com/sayanarijit/material-landscape.xplr
Last synced: 3 months ago
JSON representation
xple theme - Material Landscape
- Host: GitHub
- URL: https://github.com/sayanarijit/material-landscape.xplr
- Owner: sayanarijit
- License: mit
- Created: 2021-06-24T02:49:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T11:35:07.000Z (over 3 years ago)
- Last Synced: 2025-04-03T16:49:27.081Z (7 months ago)
- Language: Lua
- Homepage: https://xplr.dev
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gifyu.com/image/54o0)
## Installation
### Install manually
- Add the following line in `~/.config/xplr/init.lua`
```lua
local home = os.getenv("HOME")
package.path = home
.. "/.config/xplr/plugins/?/init.lua;"
.. home
.. "/.config/xplr/plugins/?.lua;"
.. package.path
```- Clone the plugin
```bash
mkdir -p ~/.config/xplr/pluginsgit clone https://github.com/sayanarijit/material-landscape.xplr ~/.config/xplr/plugins/material-landscape
```- Require the module in `~/.config/xplr/init.lua`
```lua
require("material-landscape").setup()# Or
require("material-landscape").setup{
keep_default_layout = true
}
```