Skip to content

Instantly share code, notes, and snippets.

@cobaohieu
Last active December 7, 2021 12:19
Show Gist options
  • Save cobaohieu/30a64bbd666abfe961b97953a289a523 to your computer and use it in GitHub Desktop.
Save cobaohieu/30a64bbd666abfe961b97953a289a523 to your computer and use it in GitHub Desktop.
install_neofetch_on_windows10

Open Powershell windows and run line by line

powershell Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop was installed successfully
scoop install neofetch
neofetch
@cobaohieu
Copy link
Author

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