Skip to content

hushin/dotfiles-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published