Skip to content

lorikayman/dotfiles

Repository files navigation

dotfiles

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.sh

Windows-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 lorikayman

Windows:

powershell.exe -ExecutionPolicy Bypass -File ".local\share\chezmoi\packages.windows.ps1"

Contents

🌻 Shell

.zchrc

ZSH shell is configured with Zinit plugin manager and Pure prompt recolor.

.⚙️ Configurations

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.

About

dotfiles

Resources

License

Stars

Watchers

Forks