Skip to content

urob/dotfiles-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Start-BitsTransfer -Source "https://raw.githubusercontent.com/urob/dotfiles-win/main/boot.ps1"; .\boot.ps1

Troubleshooting

If you get an error message like File boot.ps1 cannot be loaded because running scripts is disabled on this system., you need to enable a less restrictive script execution policy. E.g.

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

Todo

# this doesn't work b/c windows terminal dynamically adds WT_SESSION and WT_PROFILE to WSLENV
# setx WSLENV "${env:WSLENV}:USERPROFILE/up"
# this isn't great either, b/c it overwrites the existing WSLENV. Better would be to append ignoring WT_VARIABLES
setx WSLENV "USERPROFILE/up"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors