Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 3.5 KB

File metadata and controls

62 lines (55 loc) · 3.5 KB
░▒▓███████▓▒░░▒▓████████▓▒░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓██████████████▓▒░  
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▓█▓▒░ ░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▓█▓▒░ ░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░▒▓██████▓▒░   ░▒▓██▓▒░  ░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░ 

neovim ↗ (left: lazyvim dashboard; right top: recent files; right bottom: file)

Warning

Alpha version - Non-standard structure. Proper lazy.nvim plugin coming in v1.5.

This will merge files into your existing Neovim config. Backup first!
cp -r ~/.config/nvim ~/.config/nvim.backup

Steps

0. Before you start

1. Instalation

Automated

git clone --depth=1 --filter=blob:none --no-checkout https://github.com/scherrer-txt/cybrland.git && cd cybrland && git sparse-checkout init --cone && git sparse-checkout set nvim && git checkout main && mkdir -p ~/.config/nvim && cp -r nvim/* ~/.config/nvim/ && cd ~ && rm -rf cybrland

↑ Unsure what this does? Explanation

Manual

git clone --depth=1 --filter=blob:none --no-checkout https://github.com/scherrer-txt/cybrland.git && cd cybrland && git sparse-checkout init --cone && git sparse-checkout set nvim && git checkout main

Expected file structure

~/.config/nvim/
├── colors/
│   └── cybrvim.lua
├── lua/
│    ├── cybrvim/
│    │    ├── groups.lua
│    │    ├── init.lua
│    │    └── palette.lua
│    ├── plugins/
│    │    ├── cybrvim.lua
│    │    └── dashboard.lua
│    └── ...

2. Apply theme

nvim
:colorscheme cybrvim