Skip to content

brenobattaglin/dotfiles-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles-windows

My dotfiles for Windows based and inspired on Jay Harris's dotfiles for Windows and holman does dotfiles.

Getting started

If you want to run the scripts individually, run this command on your Powershell session to allow the scripts to be runned on the terminal session:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

Prerequisites

  • Enable scripts to run on the user level so oh-my-posh and poshgit can work properly:

      Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
    
  • Before running the WSL setup script and also for Docker, install WSL2 kernel upate.