Dotfiles for Windows 8.1.
Automatically install software and keep their settings synchronized.
Configure Windows Explorer, link your important files to cloud folders, setup .gitconfig, .bashrc and PowerShell $profile, install modules for your package managers.
Step 1:
Install your software with Boxstarter.
Step 2:
Configure your stuff in .\bootstrap
and .\config
.
Step 3:
Run .\bootstrap.ps1
from an Administrator PowerShell prompt.
Started using submodules for parts of dotfiles that can exist on their own.
# First time
git submodule update --init --recursive
# Update after first time
git pull --recurse-submodules
iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1')); get-boxstarter -Force
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/Laoujin/{raw} -DisableReboots