Skip to content

atolycs/setup-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My PC setup scripts

Open in GitHub Codespaces

  • 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 

Windows Only git config

PS > cd $env:USERPROFILE
PS > touch .gitconfig
PS > git config --global http.sslBackend schannel

About

PC setup tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published