Skip to content

stonevil/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff50803 · Feb 21, 2025
Sep 14, 2024
Feb 1, 2025
Feb 5, 2025
Feb 1, 2025
May 8, 2024
May 10, 2024
May 11, 2024
May 23, 2024
Feb 4, 2025
Mar 28, 2023
Feb 18, 2025
Mar 7, 2024
Feb 1, 2025
Feb 24, 2024
Mar 28, 2023
Jan 12, 2025
Mar 26, 2023
Feb 19, 2025
Feb 21, 2025
Feb 4, 2025
Feb 18, 2025
Sep 14, 2024
Jan 16, 2025
Jan 8, 2025
Sep 14, 2024
Mar 24, 2023
Aug 27, 2021
Jan 26, 2025
Sep 14, 2024
May 12, 2024
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Jul 25, 2022
Mar 3, 2023
Feb 16, 2025
Jan 16, 2025
Aug 27, 2021
Aug 27, 2021
May 22, 2024
Jul 25, 2022
Jan 2, 2022
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Mar 24, 2023
Aug 27, 2021
Mar 17, 2023
May 7, 2024
May 13, 2024
Jan 26, 2025

Repository files navigation

dotFiles

My collection of dot and config files. dotFiles in active redevelopment right now.

Build in mind for macOS 14.x and higher and Linux.

Supported platforms:

  • macOS 14 Sonoma. In use everyday both on amd64 and arm64 MacBook Pro.
  • Fedora 40 and higher.
  • Debian 12. VM's, Toolbox container, and my Linux laptop.

Warning

Never tested in any Windows WSL. Never used Windows for anything except gaming. Use at your own risk.

Testing

./.test.sh [distro] [version]

Example for Fedora Linux

./.test.sh fedora

Installation

In bash OR your favourite one terminal session execute commands:

export BINDIR="$HOME/.local/bin"
export PATH=$BINDIR:$PATH

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply stonevil

For containers and other temporary environments:

export CODESPACES=true

export BINDIR="$HOME/.local/bin"
export PATH=$BINDIR:$PATH

sh -c "$(curl -fsLS git.io/chezmoi)" -- init apply --force --one-shot stonevil

TODO

Project Github issues