Skip to content

Latest commit

 

History

History
executable file
·
65 lines (45 loc) · 1.7 KB

README.md

File metadata and controls

executable file
·
65 lines (45 loc) · 1.7 KB

ABOUT

Dockide is a fully-featured, hermetic neovim configuration, with docker as its only dependency. By default, it is set up for c development witht the clang compiler and ccpdbg. Feel free to build on the base image to add any dependency you need.


Features

and much, much more


Installation

ℹ PLease note that you will need to have docker installed for dockIDE to work

git clone https://github.com/Trantorian1/DockIDE.git \
&& cd DockIDE \
&& ./install \
&& dockide

DockIDE does not override your existing neovim or vim config and can be used alongside other configurations

Git integration

ℹ For git integration to work, you will need to specify your git username and email in /dockIDE/user.env

echo "GIT_COMMITTER_NAME=yourname" > dockIDE/user.env &&
echo "[email protected]" >> dockIDE/user.env

Then run ./install for the changes to take place.

Running

To run dockide, make sure that $HOME/bin is part of your PATH

dockide

or

./dockide # if $HOME/bin is not part of your path

Downloading the docker image might take some time at first but after that you're good to go!