Skip to content

ctx-0/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

my dotfiles, if you use these your on your own ~

risk.png

yet to add linux files...

windows

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 -Force

Install 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.lazygit

misc: for yt-dlp

winget install --id=DenoLand.Deno

Config 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

About

personal dotfiles

Topics

Resources

Stars

Watchers

Forks

Contributors