Dotfiles managed with chezmoi
Caution
This set of configurations is not intended to be used apart from research and/or study purposes, as contents of the repository are designed specifically for a personalized workflow, extending to the utilized Operating Systems, package managers, etc.
Apply:
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply lorikayman && ~/.local/share/chezmoi/packages.linux.shWindows-specific:
Install-Module -Name Microsoft.WinGet.Client
[System.Environment]::SetEnvironmentVariable("Path", "%UserProfile%\AppData\Local\Microsoft\WinGet\Links;%UserProfile%\AppData\Local\Microsoft\WindowsApps;", "User")
winget install chezmoi
chezmoi init --apply lorikaymanWindows:
powershell.exe -ExecutionPolicy Bypass -File ".local\share\chezmoi\packages.windows.ps1".zchrc
ZSH shell is configured with Zinit plugin manager and Pure prompt recolor.
Non-GUI packages and applications are installed through multiple package managers - including system and language-based ones.
GUi applications are usually installed using Flatpak.
For Windows, Winget and Nuget are used.