/ldmk

A collection of bash scripts using zellij to make, view, and edit coding projects

Primary LanguageShellGNU General Public License v3.0GPL-3.0

LDMK: A coding project creator, viewer, and editor

What ldmk is:

This is a collection of about 5 bash scipts. 1, installs the program. 4-5 let you create a coding project with the languages/frameworks it shows. 1, lets you load up existing coding projects in your ~/Documents/coding-projects folder.

How to install:

  1. Clone this repo
git clone https://github.com/TNTRedstone/ldmk.git
  1. Install dependancies: zellij and neovim with your package manager of choice. If zellij is not in your package manager, use cargo install zellij instead.
  2. Run the install script
cd ldmk
./install.sh