Skip to content

Instantly share code, notes, and snippets.

View caveman-dick's full-sized avatar

Richard Mayes caveman-dick

View GitHub Profile
@caveman-dick
caveman-dick / boxstarter-machine-setup.txt
Last active June 28, 2023 15:06
Boxstarter Machine Setup
# Boxstarter options
$Boxstarter.RebootOk = $true # Allow reboots?
$Boxstarter.NoPassword = $false # Is this a machine with no login password?
$Boxstarter.AutoLogin = $true # Save my password securely and auto-login after a reboot
choco feature enable -n allowGlobalConfirmation
# Basic setup
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableOpenFileExplorerToQuickAccess -EnableShowRecentFilesInQuickAccess -EnableShowFrequentFoldersInQuickAccess -EnableExpandToOpenFolder -EnableShowRibbon
@caveman-dick
caveman-dick / .gitconfig
Created January 17, 2019 13:30
Git p4merge settings
[merge]
tool = p4merge
[mergetool "p4merge"]
cmd = p4merge.exe -nb Base -nl Theirs -nr Yours -nm Merged \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
INFO global: Vagrant version: 1.9.5
INFO global: Ruby version: 2.2.5
INFO global: RubyGems version: 2.4.5.1
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.5\\bin\\vagrant"
INFO global: VAGRANT_HOME="E:\\Vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
INFO global: VAGRANT_OLD_ENV_="ExitCode=00000000"