https://github.com/codito/configs-win
Windows configuration files
https://github.com/codito/configs-win
Last synced: 10 months ago
JSON representation
Windows configuration files
- Host: GitHub
- URL: https://github.com/codito/configs-win
- Owner: codito
- Created: 2012-08-03T14:26:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T00:52:44.000Z (11 months ago)
- Last Synced: 2025-04-13T01:28:20.298Z (11 months ago)
- Language: PowerShell
- Size: 1.08 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Windows configuration files
===========
## Bare metal box
On a powershell command prompt:
```powershell
iex (new-object net.webclient).DownloadString('https://get.scoop.sh')
iex (new-object net.webclient).DownloadString('https://raw.githubusercontent.com/codito/configs-win/master/bin/Setup-Machine.ps1')
```
## Installation
On a powershell command prompt:
```powershell
cd ~
git init
git remote add origin https://github.com/codito/configs-win.git
git fetch origin
git checkout -t origin/master
git submodule update --init
# VIM
cmd /c mklink %userprofile%\_vimrc %userprofile%\vimfiles\vimrc
cmd /c mklink %userprofile%\_gvimrc %userprofile%\vimfiles\gvimrc
```
Enjoy!