Skip to content

MinoruSekine/WindowsEnvSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checks

WindowsEnvSetup

In this repository, there are files for setup my Windows environment. The script to setup uses https://github.com/lukesampson/scoop .

How to use

All following processes are run in PowerShell.

Install Scoop

  1. Set-ExecutionPolicy RemoteSigned -scope CurrentUser.
  2. iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

Configure proxy for Scoop (if necessary)

  1. scoop config proxy your.proxy.server:port

Install OpenSSH and git (if not available)

  1. scoop install openssh git

Configure git (if you have not done)

These steps are only for example.

  1. git config --global user.name "Your name"
  2. git config --global user.email "Your email address"

Clone scripts in this repository and run it

  1. cd to directory which you clone this repository into
  2. git clone https://github.com/MinoruSekine/WindowsEnvSetup.git
  3. cd WindowsEnvSetup
  4. ./WindowsEnvSetup.ps1 on powershell prompt or powershell ./WindowsEnvSetup.ps1

About

Files for setup my Windows environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published