Last active
February 26, 2025 16:43
-
-
Save ozturkoktay/1db48899ec3baa1433a2b64596a4b467 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b) | |
setlocal | |
call :setESC | |
cls | |
echo %ESC%[93m####### CHOCO IS INSTALLING... ######%ESC%[0m | |
powershell -Command "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" | |
echo %ESC%[93m####### APPS ARE INSTALLING... ######%ESC%[0m | |
choco feature enable -n=allowGlobalConfirmation | |
choco install python --version=3.8.0 | |
choco install winrar adobereader curl googlechrome vcredist140 notepadplusplus.install 7zip.install vlc.install git.install microsoft-teams.install zoom teamviewer skype putty.install vscode filezilla spotify microsoft-windows-terminal winscp imagemagick.app youtube-dl citrix-receiver postman maven ffmpeg docker-desktop windirstat qbittorrent tor-browser openvpn dbeaver rufus whatsapp signal telegram.install jdk11 pip imagemagick miktex.install discord.install mysql obs-studio sublimetext3 anydesk.install grammarly bleachbit virtualbox mysql.workbench pdfsam wsl-ubuntu-2004 freecad heroku-cli | |
refreshenv | |
git config --global user.email "[email protected]" | |
git config --global user.name "Oktay Ozturk" | |
pip install virtualenv seaborn requests pandas selenium numpy flask tqdm matplotlib scikit-learn scipy gspread mysql-connector-python opencv-python pyyaml jupyter xgboost pillow jupyter tensorflow-gpu==2.4.0 xgboost | |
:setESC | |
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do ( | |
set ESC=%%b | |
exit /B 0 | |
) | |
exit /B 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment