41 lines
1.3 KiB
Batchfile
41 lines
1.3 KiB
Batchfile
@echo off
|
|
|
|
REM ----------------------------------------------------------------------------
|
|
REM Installation Configuration
|
|
REM ----------------------------------------------------------------------------
|
|
REM Set the 0 or 1 to enable or disable installation of a package
|
|
set install_wezterm=1
|
|
|
|
REM ----------------------------------------------------------------------------
|
|
REM Programming
|
|
REM ----------------------------------------------------------------------------
|
|
set install_git=1
|
|
set install_llvm_clang=1
|
|
set install_mingw64=1
|
|
set install_nodejs=1
|
|
set install_python3=1
|
|
set install_renderdoc=1
|
|
set install_zig=1
|
|
|
|
REM ----------------------------------------------------------------------------
|
|
REM QoL/Tools
|
|
REM ----------------------------------------------------------------------------
|
|
set install_clink=1
|
|
set install_dependency_walker=1
|
|
set install_everything_void_tools=1
|
|
set install_fzf=1
|
|
set install_gvim=1
|
|
set install_joplin=1
|
|
set install_keypirinha=1
|
|
set install_mobaxterm=1
|
|
set install_ooshutup10=1
|
|
set install_process_hacker=1
|
|
set install_ripgrep=1
|
|
|
|
REM ----------------------------------------------------------------------------
|
|
REM Ethereum
|
|
REM ----------------------------------------------------------------------------
|
|
set install_geth=1
|
|
set install_remix_ide=1
|
|
set install_solidity=1
|