my dotfiles, if you use these your on your own ~
yet to add linux files...
Always install modern PowerShell and ditch legacy Windows PowerShell. Modern PowerShell provides better performance, more features, and active support.
Check using $PSVersionTable
winget install Microsoft.PowerShell
$PSVersionTable.PSVersion # Check version (should be 7.x)Also install PSReadLine
Install-Module PSReadLine -ForceInstall Tooling
winget install --id Starship.Starship
winget install -e Atuinsh.Atuin
winget install --exact --id restic.restic --scope Machine
winget install eza-community.eza
winget install ajeetdsouza.zoxide
winget install --id JesseDuffield.lazygitmisc: for yt-dlp
winget install --id=DenoLand.DenoConfig Locations
| File | Target Location |
|---|---|
vscode/settings.json |
%APPDATA%\Code\User\settings.json |
starship.toml |
%USERPROFILE%\.config\starship.toml |
windows/powershell/Microsoft.PowerShell_profile.ps1 |
%USERPROFILE%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 |
windows/windows-terminal/settings.json |
%LOCALAPPDATA%\Microsoft\Windows Terminal\settings.json |