๐ฎ๐ Dotfiles and configs for different things Windows ๐ข๐ ๏ธ
To setup ๐ก these dotfiles run bellow ๐ฝ command:
(Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.ps1').Content | Invoke-Expression
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