Skip to content

Commit

Permalink
fix linking bat config
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Jan 21, 2024
1 parent 5627982 commit 4b658c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Function DoIt
LinkFiles "$( $PSScriptRoot )\stow\misc\" "$( $ENV:UserProfile )\"
LinkFiles "$( $PSScriptRoot )\stow\shell\" "$( $ENV:UserProfile )\"
LinkFiles "$( $PSScriptRoot )\stow\shell\.config\" "$( $ENV:UserProfile )\.config\"
LinkFiles "$( $PSScriptRoot )\stow\shell\.config\bat\" "$( $ENV:UserProfile )\.bat\"
LinkFiles "$( $PSScriptRoot )\stow\shell\.config\bat\themes\" "$( $ENV:UserProfile )\.bat\themes\"
LinkFiles "$( $PSScriptRoot )\stow\shell\.config\bat\" "$( $ENV:UserProfile )\config\bat\"
LinkFiles "$( $PSScriptRoot )\stow\shell\.config\bat\themes\" "$( $ENV:UserProfile )\config\themes\"
LinkFiles "$( $PSScriptRoot )\stow\ssh\.ssh\" "$( $ENV:UserProfile )\.ssh\"
LinkFiles "$( $PSScriptRoot )\stow\ssh\.ssh\config.d\" "$( $ENV:UserProfile )\.ssh\config.d\"
LinkFiles "$( $PSScriptRoot )\stow\vim\" "$( $ENV:UserProfile )\"
Expand Down

0 comments on commit 4b658c3

Please sign in to comment.