Skip to content

Instantly share code, notes, and snippets.

View f0rmatme's full-sized avatar
🏠
Working from home

James f0rmatme

🏠
Working from home
View GitHub Profile
@f0rmatme
f0rmatme / devmachine.ps1
Last active May 19, 2020 23:34 — forked from kasuken/devmachine.ps1
Boxstarter script for a dev machine
#####################
# PREREQUISITES
#####################
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
# Powershell
cinst PowerShell
cinst poshgit