https://github.com/kwon37xi/dotfiles-windows
MS Windows 용 초기 설치/설정 자동화
https://github.com/kwon37xi/dotfiles-windows
Last synced: 3 months ago
JSON representation
MS Windows 용 초기 설치/설정 자동화
- Host: GitHub
- URL: https://github.com/kwon37xi/dotfiles-windows
- Owner: kwon37xi
- Created: 2024-12-13T01:26:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T06:34:37.000Z (5 months ago)
- Last Synced: 2024-12-21T07:25:37.199Z (5 months ago)
- Language: PowerShell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles-windows
MS Windows 용 초기 설치/설정 자동화## 설치
* Powershell 을 관리자모드로 연다
* 아래 명령을 실행한다.```
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/kwon37xi/dotfiles-windows/refs/heads/main/install-win.ps1").Content```