Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamfrey/dotfiles
https://github.com/adamfrey/dotfiles
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamfrey/dotfiles
- Owner: AdamFrey
- Created: 2023-09-18T20:10:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-07T01:24:35.000Z (about 2 months ago)
- Last Synced: 2024-09-07T03:42:33.284Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Powered by Chezmoi
## Instructions
``` commands
chezmoi init
# Web Browser Application? flatpak run org.mozilla.firefox
# Text Editor Application? emacsclient --create-frame --no-wait --socket-name=adam-emacsdchezmoi init --prompt # if you need to re-set the variables
bootstrap-system # set up machine, or re-sync
bootstrap-system --noweb # set up machine without web flatpaks, or remove them
dtt # enter into the devtools distrobox
```## Distrobox
Commands to sync distroboxes
``` sh
distrobox-enter -n devtools -e ~/.config/distrobox/devtools-bootstrap.sh
distrobox-enter -n desktop-tools -e ~/.config/distrobox/desktop-tools-bootstrap.sh
```