Skip to content

lorikayman/dotfiles

Repository files navigation

dotfiles

Dotfiles managed with chezmoi

Caution

This is not intended to be used. Despite being a public repository, this set of configurations is not intended for you, nor do you likely gain much from using it due to personalized workflow.

Configuration setup is designed for debian-based (since apt) systems, Pop!_Os specifically.

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

Packages and flatpak applications that are installed on script execution are specified at run_once_install-packages.sh. Major navigational changes a listed below.