Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 593 Bytes

dotfiles-windows

Installation

PowerShell を開いて実行

Set-ExecutionPolicy -Scope Process Unrestricted
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/hushin/dotfiles-windows/master/make.ps1')

Initialize

code $env:USERPROFILE\.gitconfig.local
[core]
	sshCommand = C:/Windows/System32/OpenSSH/ssh.exe
[user]
  name = hushin
  email = ngtv.hsn@gmail.com

他、手動でやること

Mac 使いが Windows 開発環境構築してみたログ - Qiita