Personal dotfiles on Fedora Linux 37 with ZSH & ZPM.
- Google Chrome Stable
- Slack
- Discord
- Simplenote
- DBeaver
- Steam (WIP)
- Visual Studio Code
- Android Studio
- Docker
- KVM / QEMU
- NET Core 6
- Python 3
- Vala
- Meson
- RPM Packaging
- Nix (WIP)
Requirements for installation setup on Fedora
- Fedora Workstation ISO
- Git
- Ansible
Install Fedora Workstation
Install ansible & git
sudo dnf install ansible git unzip -y
Download from Source
wget https://github.com/amz-x/dotfiles/archive/master.zip
Extract it
unzip master.zip -d dotfiles
In root directory of project
ansible-playbook -K ./playbook.yml --connection=local --inventory 127.0.0.1, --limit 127.0.0.1
Prerequisites
- python3
- python3-devel
- python3-pip
- python3-virtualenv
Setup (with via Bash shell)
virtualenv .virtenv && source .virtenv/bin/activate && pip3 install -r requirements.txt
cd ./setup
molecule test