Skip to content

Instantly share code, notes, and snippets.

@SofijaErkin
Last active June 17, 2022 13:17
Show Gist options
  • Save SofijaErkin/2a2bbfb2917c6a5a4ecc281e48cb63f8 to your computer and use it in GitHub Desktop.
Save SofijaErkin/2a2bbfb2917c6a5a4ecc281e48cb63f8 to your computer and use it in GitHub Desktop.
VirtualBox installed Debian 11 install Tools on Mac.

Tools for Debian11 via VirtualBox6.1.32 on MacOS12.3.1

Manually Install + (System Including).

-package: not manually installed!

+package: manually installed!

~package: uninstall system including, then manually installed.

*package: manually uninstall manually installed, then use system including.

$package: system installed.

(package): system including.

((package)): installed from source.

1. Compiler

+(gcc);

+(gcc);

2. Debugger

+(GNU gdb);

3. Assisted Compile

+(GNU Make);

+(CMake);

4. SHELL

$(GNU Bash);

+((zsh+oh-my-zsh));

4.1 Assisted SHELL

+(ShellCheck);

5. Version Control

+(git);

$(unzip);

6. Language

+(Python);

$(Python3);

+(Ruby);

$(Perl);

+(PHP);

7. Editor

+((VIM));

+((vundle))(Manage vim package install);

+((NERDTree)(File content tree));

+((YouCompleteMe)(Auto complete code));

+((solarized/molokai/phd)(Color Plugins));

+((indent-guides)(Indent Plugin for VIM));

+((nerdcommenter)(Comment Plugin for VIM));

+((Ctags and Taglist for VIM)(Tags manager));

+(GNU Emacs);

$(GNU nano);

8. Terminal Download

$(GNU Wget);

+(curl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment