Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 350 Bytes

Dotfiles

Installation can be completed on either

Linux

curl --silent https://raw.githubusercontent.com/TechIsCool/dotfiles/main/install | sh

Windows

Set-ExecutionPolicy Bypass; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/TechIsCool/dotfiles/main/install'))