dotfiles/README.md

16 lines
296 B
Markdown
Raw Normal View History

2021-08-14 16:41:26 +00:00
# My dotfiles configuration
2020-12-21 17:28:10 +00:00
2024-01-29 00:16:37 +00:00
Expected configuration:
* Fedora Silverblue as host
* Fedora in Toolbox as development environment
```sh
# Install on host
./install.sh
# Enter the prepared fedora development environment
toolbox enter fedora
# Install in development environment
./install.sh
```