This commit is contained in:
2022-11-06 07:04:05 -06:00
parent b3d0c3ad44
commit 062468ad8d

23
readme.md Normal file
View File

@@ -0,0 +1,23 @@
# Desktop config
This config is meant to configure any OS from a base image. Packages will either be installed through the distro package manager or flatpak. It will also configure zsh and oh-my-posh for powershell.
A cron job will also be created to pull any updated changes.
Current supported OS
- Fedora
Desktop Environment: GNOME
## First time run
I have had the best results to run the code locally first
``` bash
git clone https://github.com/DeveloperDurp/DesktopAnsible.git
cd DesktopAnsible
sudo ansible-playbook local.yml
```
## After initial setup
``` bash
sudo ansible-pull https://github.com/DeveloperDurp/DesktopAnsible.git
```