https://github.com/Laoujin/dotfiles
Sync Windows configuration, program settings, dotfiles and PowerShell profiles
https://github.com/Laoujin/dotfiles
Last synced: 4 months ago
JSON representation
Sync Windows configuration, program settings, dotfiles and PowerShell profiles
- Host: GitHub
- URL: https://github.com/Laoujin/dotfiles
- Owner: Laoujin
- License: mit
- Created: 2016-01-02T20:13:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T10:45:58.000Z (over 1 year ago)
- Last Synced: 2024-08-14T07:07:23.379Z (about 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 32.4 MB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Laoujin/dotfiles - Sync Windows configuration, program settings, dotfiles and PowerShell profiles (PowerShell)
README
Configure You Windows
=====================
**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](http://boxstarter.org/).
**Step 2:**
Configure your stuff in `.\bootstrap` and `.\config`.
**Step 3:**
Run `.\bootstrap.ps1` from an Administrator PowerShell prompt.
Clone
=====
Started using submodules for parts of dotfiles that can exist on their own.
```powershell
# First time
git submodule update --init --recursive
# Update after first time
git pull --recurse-submodules
```
Boxstarter
==========
```ps1
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
```
Other dotfiles
==============
- [jayharris/dotfiles-windows](https://github.com/jayharris/dotfiles-windows)