Skip to content

Commit

Permalink
feat: install shell themes under usr/local/share
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaclan committed May 15, 2024
1 parent aa8272e commit 87a7ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolboxes/powershell-toolbox/Containerfile.powershell
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apk upgrade \
&& dotnet tool install --global PowerShell \
&& az config set core.collect_telemetry=no \
&& curl -s https://ohmyposh.dev/install.sh | bash -s \
&& curl -s https://ohmyposh.dev/install.sh | bash -s -- -t /usr/local/share/oh-my-posh/themes \
&& curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly \
&& mkdir -p ~/.config/powershell \
&& cp /tmp/Microsoft.PowerShell_profile.ps1 ~/.config/powershell \
Expand Down

0 comments on commit 87a7ee6

Please sign in to comment.