Skip to content

Commit 7c1100e

Browse files
committed
add icons
1 parent 5a129e3 commit 7c1100e

11 files changed

+15
-0
lines changed

assets/.icons/aws-cloud.png

16.7 KB
Loading

assets/.icons/aws-logo.png

9.31 KB
Loading

assets/.icons/console-earth.png

519 KB
Loading

assets/.icons/desktop-earth.png

401 KB
Loading

assets/.icons/git-bash.ico

4.19 KB
Binary file not shown.

assets/.icons/mailbird.ico

121 KB
Binary file not shown.

assets/.icons/netlifx.ico

106 KB
Binary file not shown.

assets/.icons/spotify.ico

111 KB
Binary file not shown.

assets/.icons/this-dot.ico

106 KB
Binary file not shown.

assets/.icons/windows-terminal.ico

104 KB
Binary file not shown.

scripts/14-add-icons.psm1

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
function Test-IconsInstalled {
3+
Test-Path "$env:USERPROFILE\.icons\*"
4+
}
5+
6+
7+
function Invoke-InstallIcons {
8+
Copy-Item -Path .\assets\.icons\ -Destination $env:USERPROFILE -Recurse
9+
}
10+
11+
12+
13+
14+
15+

0 commit comments

Comments
 (0)