dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Primary dotfiles & scripts repository

Results 18 dotfiles issues
Sort by recently updated
recently updated
newest added

See [Optimizing Shell Startup Time](https://github.com/twpayne/chezmoi/discussions/2971#discussioncomment-5786798), the main idea being to call out to them in templates, such as `{{ output "/opt/homebrew/bin/brew" "shellenv" | trim }}`. There are items to confirm...

- sudo: - See also [userv](https://www.chiark.greenend.org.uk/~ian/userv/) - See also [sudon't](https://dotat.at/@/2024-05-02-sudo.html) - See also [run0](https://lwn.net/Articles/971745/) - chsh: "[@siosm](https://mastodon.social/@[email protected]) btw, the nicest way to disable the suid binaries is by dropping in...

- Revisit os setup in [os-install](./script/arch/os-install), as parts of this should migrate to [setup-system](./scripts/setup-system-arch) - Set root password - Add staff group - Adjust /usr/local permissions - Set hostname? Keep...

This is no longer maintained, and no longer works on recent macOS.

I've run into inconsistent behavior regarding winget's `--id` argument, where only certain packages seem to match, whereas others do not, and I have not managed to determine what's the differentiating...

Something along the lines of.. ```powershell chezmoi managed --include=files,scripts --exclude=externals | Select-String -NotMatch -Pattern '(^ *$)|\.(ttf|otf)$' | Invoke-Fzf -Multi -Select1 -Exit0 -Query home-manager | % { Join-Path $env:USERPROFILE $_ }...