Skip to content

morynth/windows-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A Windows10/11 Glazewm Manager Environment

๐Ÿ‘ป Welcome

๐Ÿš€ What does?

This dotfiles script does:

TODO


๐Ÿ’พ Installation:

Note

Make sure winget is installed

  • Change your host's script execution policy, Make sure your host can execute scripts
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass;
  • Open any Windows PowerShell in HOME with administrator rights and run
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/morynth/windows-dotfiles/main/Installer.ps1" -OutFile Installer.ps1

# Or Direct run

Invoke-Expression (Invoke-RestMethod -Uri "https://raw.githubusercontent.com/morynth/windows-dotfiles/main/Installer.ps1");
  • Finally run the installer
./Installer.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors