Skip to content

Instantly share code, notes, and snippets.

@zaphodtx
zaphodtx / _vimrc
Created December 10, 2018 20:35
Windows VIM configuration
"not using mswin as it remaps ctrl-f
":source $VIMRUNTIME/mswin.vim
:set ic
colors darkblue
set lines=55 columns=120
:syntax enable
set backup
set backupdir=X:\\tmp
set dir=X:\\tmp
@zaphodtx
zaphodtx / win10-base_config
Last active December 28, 2018 00:31
Windows 10 core configuration. To be used before other optional boxstarter packages.
cinst vim -y
cinst googlechrome -y
cinst notepadplusplus -y
cinst git -y
cinst irfanview -y
cinst irfanviewplugins -y
#cinst vlc -y
#choco install everything -y
Set-WindowsExplorerOptions -EnableShowFileExtensions
@zaphodtx
zaphodtx / boxstarterSetupAndRun
Created May 21, 2018 03:52
Boxstarter setup and run. Commands to copy and paste into and Admin PowerShell.
# Enable running any PowerShell scripts - select 'A'
Set-ExecutionPolicy Bypass
# Install Chocolatey
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# install boxstarter - reopen powerShell after installation of boxstarter
choco install boxstarter -y
# run boxstarter with gist - customize URL for different gist.
@zaphodtx
zaphodtx / boxstarter.ps1
Last active March 24, 2018 02:09 — forked from jessfraz/boxstarter.ps1
Boxstarter commands for a new hyper-V Dev instance
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zaphodtx
zaphodtx / boxStarter-hyperV-basicDev.txt
Last active March 3, 2018 03:43
Minimal Development Environment for Hyper-V
Set-WindowsExplorerOptions -EnableShowFileExtensions
Enable-RemoteDesktop
cinst googlechrome
cinst vim
cinst notepadplusplus
cinst atom
cinst yarn
cinst git
cinst free-hex-editor-neo
@zaphodtx
zaphodtx / boxStarter-hyperV-dev.txt
Last active June 20, 2018 00:46
Microsoft Edge development testing
Set-WindowsExplorerOptions -EnableShowFileExtensions
Enable-RemoteDesktop
cinst googlechrome
cinst vim
cinst notepadplusplus
cinst git
cinst visualstudiocode
cinst nodejs.install
cinst jdk8
@zaphodtx
zaphodtx / gist:7675931d4207e53f3792d12f2f1f9635
Last active March 2, 2018 02:46
boxstarter-hyperV2.txt
Set-WindowsExplorerOptions -EnableShowFileExtensions
Enable-RemoteDesktop
cinst googlechrome
cinst vim
cinst fiddler4
cinst console-devel
cinst notepadplusplus
cinst dotpeek
cinst irfanview