- Scoop [version >= 5.2.0]
- Terminal-Icons [version >= 0.11.0]
- posh-git [version >= 2.3.0]
- PSReadLine [version >= 2.3.0]
- Chocolatey [version >= 2.2.0]
- Git [version >= 2.46]
- Neovim [version >= 0.10.0 ]
- PowerShell [version >= 7.4.0]
- Clone this repository on any path:
git clone https://github.com/vjesus-ferreyra/win-dotfiles.git
- move the
ohmyposh
folder to the.config
path
if you haven't created a
.config
directory yet, please run the following command on your PowerShell Terminal:New-Item -Path $env:USERPROFILE -Name .config -ItemType Directory
Move-Item ohmyposh\ $env:USERPROFILE\.config\
- Move the
.gitconfig
file to your user home directory:
Move-Item .gitconfig $env:USERPROFILE
- Optionally, You can use the
.ps1
file as your PowerShell configuration. To do so, reference this file in your$PROFILE.CurrentUserCurrentHost
or use it directly as your PowerShell profile:
notepad $PROFILE.CurrentUserCurrentHost
Then add a reference to the .ps1
file:
. $env:USERPROFILE\path\to\your\script.ps1