Skip to content

Instantly share code, notes, and snippets.

View basir's full-sized avatar

Bassir Jafarzadeh basir

View GitHub Profile
@basir
basir / style.css
Last active January 21, 2024 09:04
the code for tests
.test { color:green}
@basir
basir / Scoop.md
Last active November 11, 2017 06:16
  1. Run Powershell
  2. Install scoop
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
  1. Install curl, git and openssh
scoop install curl