Skip to content

Latest commit

ย 

History

History

winfiles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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