ducs / configs-win

Windows configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows configuration files

Bare metal box

On a powershell command prompt:

$ iex (new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')
$ 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:

$ 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!

About

Windows configuration files


Languages

Language:PowerShell 94.3%Language:Lua 5.7%