This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kirill edited this page Aug 9, 2023
·
6 revisions
Для установки данного репозитория вам необходимо:
- Клонировать репозиторий командой
git clone https://github.com/ponfertato/PowerShell-Stuff.git
в удобное для вас место - Удалить оригинальную папку с файлами по пути
C:\Users\<ИМЯ ПОЛЬЗОВАТЕЛЯ>\Documents\Powershell
- Создать символьный ссылки на папки и файлы:
-
Modules:
mklink /D C:\Users\<ИМЯ ПОЛЬЗОВАТЕЛЯ>\Documents\Powershell\Modules <ПУТЬ К ПАПКЕ РЕПОЗИТОРИЯ>\Modules
-
Microsoft.PowerShell_profile.ps1:
mklink C:\Users\<ИМЯ ПОЛЬЗОВАТЕЛЯ>\Documents\Powershell\Microsoft.PowerShell_profile.ps1<ПУТЬ К ПАПКЕ РЕПОЗИТОРИЯ>\Microsoft.PowerShell_profile.ps1
-
powershell.config.json:
mklink C:\Users\<ИМЯ ПОЛЬЗОВАТЕЛЯ>\Documents\Powershell\powershell.config.json <ПУТЬ К ПАПКЕ РЕПОЗИТОРИЯ>\powershell.config.json
- Установить Oh My Posh командой
winget install JanDeDobbeleer.OhMyPosh -s winget
Подробнее о наполнении вы можете прочитать на странице Модули