Skip to content

Commit

Permalink
fix(config pins): chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 6, 2024
1 parent 62f3950 commit 485aac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Root Playbook File
description: Runs all of the Playbook files
actions:
# AME Wizard seemingly has a bug where it doesn't mount other user's Registry hives
- !writeStatus: {status: 'Preparing Hives'}
- !writeStatus: {status: 'Preparing hives'}
- !powerShell:
command: |
$profileList = Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList' -Name 'ProfilesDirectory', 'Default' -EA 0
Expand Down
8 changes: 4 additions & 4 deletions src/playbook/Configuration/tweaks/qol/taskbar/config-pins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ actions:
option: '!install-another-browser'
exeDir: true
- !powerShell:
command: '.\TASKBARPINS.ps1 "Brave"'
command: ".\\TASKBARPINS.ps1 'Brave'"
option: 'browser-brave'
exeDir: true
- !powerShell:
command: '.\TASKBARPINS.ps1 "Firefox"'
command: ".\\TASKBARPINS.ps1 'Firefox'"
option: 'browser-firefox'
exeDir: true
- !powerShell:
command: '.\TASKBARPINS.ps1 "Google Chrome"'
command: ".\\TASKBARPINS.ps1 'Google Chrome'"
option: 'browser-chrome'
exeDir: true
- !powerShell:
command: '.\TASKBARPINS.ps1 "LibreWolf"'
command: ".\\TASKBARPINS.ps1 'LibreWolf'"
option: 'browser-librewolf'
exeDir: true
- !run: {exe: 'explorer.exe', runas: 'currentUser', wait: false}

0 comments on commit 485aac0

Please sign in to comment.