We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22416e5 commit 06982f8Copy full SHA for 06982f8
README.md
@@ -13,7 +13,6 @@
13
git clone https://github.com/patevs/powershell-profile.git
14
cd powershell-profile
15
# Install the profile:
16
-cd pwsh
17
.\bootstrap.ps1
18
```
19
@@ -62,13 +61,14 @@ cd pwsh
62
61
```md
63
.
64
├── pwsh # PowerShell profile
65
-├── setup # Install script
+├── setup # Git-free install script
66
│ └── install.ps1
67
├── .editorconfig # Editor configuration
68
├── .gitignore # Git ignore rules
69
├── .np-config.json # NPM publish (np) configuration
70
├── LICENSE # Project LICENSE
71
├── package.json # NPM package configuration
+├── bootstrap.ps1 # Installation script
72
└── README.md # Project README
73
74
0 commit comments