Skip to content

Instantly share code, notes, and snippets.

@rubysoho07
Last active September 4, 2022 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubysoho07/019cbf5887dcae4450c2a23589461415 to your computer and use it in GitHub Desktop.
Save rubysoho07/019cbf5887dcae4450c2a23589461415 to your computer and use it in GitHub Desktop.
Windows 설정
# Install Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Install packages related with programming
choco install -y firefox git.install vscode
choco install -y python3 golang jetbrainstoolbox
choco install -y dbeaver sourcetree rancher-desktop
choco install -y steam bandizip gimp powertoys notion
# Install fonts
choco install -y d2codingfont
# Install Hugo to make GitHub pages.
choco install -y hugo hugo-extended
@rubysoho07
Copy link
Author

rubysoho07 commented Dec 23, 2019

수동으로 설치해야 할 것들

  • 다음 팟플레이어
  • PyCharm / IntelliJ
  • Battle.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment