@echo off REM ---------------------------------------------------------------------------- REM Installation Configuration REM ---------------------------------------------------------------------------- REM Set the 0 or 1 to enable or disable installation of a package set install_cmder=1 set install_dependency_walker=1 set install_everything_void_tools=1 set install_gvim=1 set install_joplin=1 set install_keypirinha=1 set install_llvm_clang=1 set install_mingw64=1 set install_mobaxterm=1 set install_process_hacker=1 set install_python3=1 set install_ripgrep=1 set install_zig=1 REM Ethereum set install_remix_ide=1 set install_solidity=1