Skip to content

Latest commit

ย 

History

History
33 lines (21 loc) ยท 939 Bytes

README.md

File metadata and controls

33 lines (21 loc) ยท 939 Bytes

winfiles

๐Ÿฎ๐Ÿ“„ Dotfiles and configs for different things Windows ๐Ÿ”ข๐Ÿ› ๏ธ

Setup

To setup ๐Ÿ’ก these dotfiles run bellow ๐Ÿ”ฝ command:

(Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.ps1').Content | Invoke-Expression

Updates

For updates run setdots alias or command for this script:

(Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/winfiles/.dots/scripts/set-dotfiles.ps1').Content | Invoke-Expression

๐Ÿ”บNOTE

You might need to run Set-ExecutionPolicy to allow outside scripts. For only this session you can do it like so:

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

and for more permanent solution, like this:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned