Skip to content

Instantly share code, notes, and snippets.

@lehuuthoct
Last active April 1, 2019 05:31
Show Gist options
  • Save lehuuthoct/207b8706d2ded2c94a7953e1351b1784 to your computer and use it in GitHub Desktop.
Save lehuuthoct/207b8706d2ded2c94a7953e1351b1784 to your computer and use it in GitHub Desktop.
# install
- scoop: https://github.com/lukesampson/scoop
- open power shell
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop help
## theme
https://github.com/dracula/powershell
## install package for missing vs140runtime.dll
https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145
## packages
scoop install php composer apache
scoop install nodejs yarn
scoop install mysql (64bit)
scoop install mariadb (32bit)
- utils
scoop install 7zip curl sudo git openssh coreutils grep sed less
## Powershell Version
$PSVersionTable.PSVersion
# Alias
Set-Alias -Name list -Value Get-ChildItem
Get-Alias -Name list
Export-Alias c:\thealiases.txt
Import-Alias c:\thealiases.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment