An open API service indexing awesome lists of open source software.

https://github.com/matthewspangler/dotfiles

My development environment & dotfiles
https://github.com/matthewspangler/dotfiles

ansible bash bash-scripting dotfiles elisp emacs gnu-stow python pywal qtile vimrc zsh

Last synced: 2 months ago
JSON representation

My development environment & dotfiles

Awesome Lists containing this project

README

        

# About

My dotfiles for immutable Linux distros (Silverblue, Kinoite), orchestrated with chezmoi.

# Install:

```
# Create container for dotfile management
distrobox create --image registry.fedoraproject.org/fedora-toolbox:39 dotfiles
# Enter container
distrobox enter dotfiles
# Get correct binary for OS
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
# Init chezmoi repo
chezmoi init https://github.com/$GITHUB_USERNAME/dotfiles.git
```