diff --git a/README.md b/README.md index b48b38b..0461780 100644 --- a/README.md +++ b/README.md @@ -23,22 +23,10 @@ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force irm 'https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.ps1' | iex ```` -For an Azure DevBox, add this to the DSC yaml: - -```yaml - #yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 -properties: - resources: - - resource: Script - directives: - description: "Bootstrap dotfiles from my dotfiles github repo" - allowPrerelease: true - settings: - SetScript: 'powershell -NoProfile -ExecutionPolicy RemoteSigned -command { Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; $env:DOT_HEADLESS=1; irm https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.ps1 | iex }' - TestScript: '$False' - GetScript: 'UNUSED' - - configurationVersion: 0.2.0 +For a headless install (elevated), run + +```bash +powershell -NoProfile -ExecutionPolicy RemoteSigned -command { Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; $env:DOT_HEADLESS=1; irm https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.ps1 | iex } ``` ### macOS 14+/Ubuntu 22+ (WSL or VM) diff --git a/assets/mac-terminal.png b/assets/mac-terminal.png index 2311b67..eff4bf9 100644 --- a/assets/mac-terminal.png +++ b/assets/mac-terminal.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fc6cafed7c2c11fb6e9ed2b88565f3038b2ea8272a3d5c4aa3af107ffa7f9d4 -size 243888 +oid sha256:5dc4b83a050b7eae41958710f414c48931c6ce5b7b7fb5d623fc8bc2787afc8f +size 72453 diff --git a/assets/win-terminal.png b/assets/win-terminal.png index 8c04fef..7248ebd 100644 --- a/assets/win-terminal.png +++ b/assets/win-terminal.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8314f1e3deb34d3991b189ba485d83b09d5156da7afedebe3963ef9b180d8ede -size 115129 +oid sha256:cefac4fbf62052abfa7e9730fa8c96c58138fa27487b74c0b3d7fd219965cf32 +size 233774