Clone the project:
git clone https://github.com/neolao/docker-terminal-ide.git
Add the start script to /usr/local/bin
:
sudo printf '%s\n%s\n' '#!/bin/bash' "$(pwd)/start.sh \$@" > /usr/local/bin/ide
chmod +x /usr/local/bin/ide
Install a Nerd Font: nerdfonts.com
Usage: ide [OPTION]... [FOLDER]
Open the IDE on a specific FOLDER. The default value is the current directory.
Examples:
./start.sh
./start.sh /path/to/project/directory
./start.sh /path/to/file.txt
./start.sh --nodejs=8 /path/to/file.js
Options:
--nodejs=N Install NodeJS version N
--tmux Use TMUX
Name | Version |
---|---|
Debian | 10 (buster) |
nvim |
0.5.0 |
git |
2.23.0 |
grv |
0.3.2 |