- Windows
PS > Set-ExecutionPolicy -Scope Process RemoteSigned
# github raw link
PS > Invoke-WebRequest https://github.com/atolycs/setup-tools/raw/main/win/install.ps1 | Invoke-Expression
# or
PS > iwr https://github.com/atolycs/setup-tools/raw/main/win/install.ps1 | iex
# shorten link on my domain.
PS > Invoke-Webrequest https://setup.atolycs.dev/win | Invoke-Expression
# or
PS > iwr https://setup.atolycs.dev/win | iex
- Linux
# github raw link
$ curl -sL https://github.com/atolycs/setup-tools/raw/main/linux/install.sh | bash
# shorten link on my domain.
$ curl -sL https://setup.atolycs.dev/?os=linux | bash
PS > cd $env:USERPROFILE
PS > touch .gitconfig
PS > git config --global http.sslBackend schannel