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
- Host: GitHub
- URL: https://github.com/matthewspangler/dotfiles
- Owner: matthewspangler
- Created: 2020-06-26T07:14:09.000Z (almost 5 years ago)
- Default Branch: sway
- Last Pushed: 2024-04-18T02:36:14.000Z (about 1 year ago)
- Last Synced: 2024-12-31T22:12:13.711Z (4 months ago)
- Topics: ansible, bash, bash-scripting, dotfiles, elisp, emacs, gnu-stow, python, pywal, qtile, vimrc, zsh
- Language: Emacs Lisp
- Homepage:
- Size: 21.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```