Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.72 KB

computer-setup

Debian

System

usage

$ wget https://raw.githubusercontent.com/egandro/computer-setup/master/debian-install.sh && chmod 755 ./debian-install.sh && sudo ./debian-install.sh

Dev Tools

usage

$ wget https://raw.githubusercontent.com/egandro/computer-setup/master/debian-dev-tools.sh && chmod 755 ./debian-dev-tools.sh && sudo ./debian-dev-tools.sh

Docker only(old)

usage

$ wget https://raw.githubusercontent.com/egandro/computer-setup/master/debian-docker.sh && chmod 755 ./debian-docker.sh && sudo ./debian-docker.sh

Windows

Chocolaty setup

# elevated powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

basic system

rem elevated cmd.exe
curl -o windows-install.cmd https://raw.githubusercontent.com/egandro/computer-setup/master/windows-install.cmd
set VS2019_ENT_SERIAL=123123123123123
windows-install.cmd

docker-machine

docker-machine create --virtualbox-disk-size "100000" --virtualbox-memory "8192" --virtualbox-cpu-count "4" default

mstsc to handle 4k screens

Android Termux

curl -o android-termux.sh https://raw.githubusercontent.com/egandro/computer-setup/master/android-termux.sh && chmod 755 android-termux.sh && ./android-termux.sh