A Nim initialising script, because that definitely does not exist already. Fully customizable!
Find a file
2023-03-06 17:27:29 +01:00
.gitignore Initial Commit 2023-03-06 17:08:41 +01:00
LICENSE Initial Commit 2023-03-06 17:08:41 +01:00
niminit.nim more git init repo setup 2023-03-06 17:27:29 +01:00
README.md Initial Commit 2023-03-06 17:08:41 +01:00

niminit

Copies files from ~/.config/niminit to .vscode in your current working directory.

Written in nim!

Compile & Use

To compile niminit, run the following command after cloning:

nim c -o:bin/niminit niminit

This will create a directory called bin/ inside the repo. You can copy the binary into your path from there.

Currently written to work for Linux, not tested for MacOS, Windows is unsupported for now.

To use niminit, run it inside the folder you'd like to initialise, after creating ~/.config/niminit/ and adding the files you'd like to copy there.

Optionally, you can pass the -g flag to also create a git repository.