Skip to content

Instantly share code, notes, and snippets.

@71
Last active December 15, 2019 21:04
Show Gist options
  • Save 71/ee067b8cd3443ade51bd8d33444bb737 to your computer and use it in GitHub Desktop.
Save 71/ee067b8cd3443ade51bd8d33444bb737 to your computer and use it in GitHub Desktop.
A file that reminds me of every step to do when setting up a new Windows machine.
# Load all init scripts
Get-ChildItem $Home\OneDrive\Code\PowerShellInit\* -Include *.ps1 -Recurse | % { . $_ }

Apps

  • Ubuntu for Windows
  • Netflix
  • My Study Life
  • Torrex
  • Readit

Softwares

Configuration, Extension

Cmder

  • Install the Spacemacs theme.
  • Install the Menlo font.
  • Configure the bash task: bash ~ -c /bin/zsh -cur_console:p1 -new_console:n.
  • Configure the PowerShell task: PowerShell -ExecutionPolicy Bypass -NoLogo -NoExit -new_console:d:"%USERPROFILE%".

Visual Studio

Chocolatey

  • choco install vlc
  • choco install 7zip
  • choco install sharex
  • choco install windirstat

Ubuntu

Steam

Install the Air and Metro themes.

Task Scheduler

  • Create a new task that starts up Cmder at log-on.
  • Create a new task that starts up VcXsrv at log-on (vcxsrv :0 -ac -terminate -lesspointer -multiwindow -clipboard -wgl").
  • Create a new task that starts up Termite at log-on (bash ~ -c "DISPLAY=:0 termite -e tmux").

PowerShell

Copy Profile.ps1 to my documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment