https://github.com/vladpunko/workstation
"${HOME}" sweet "${HOME}"
https://github.com/vladpunko/workstation
administration dotfiles dotfiles-linux fedora-dotfiles fedora-workstation utilities
Last synced: 19 days ago
JSON representation
"${HOME}" sweet "${HOME}"
- Host: GitHub
- URL: https://github.com/vladpunko/workstation
- Owner: vladpunko
- License: mit
- Created: 2017-08-21T18:04:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T11:07:45.000Z (6 months ago)
- Last Synced: 2025-03-24T06:45:22.246Z (about 1 month ago)
- Topics: administration, dotfiles, dotfiles-linux, fedora-dotfiles, fedora-workstation, utilities
- Language: Shell
- Homepage: https://vladpunko.github.io
- Size: 730 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workstation
```bash
echo "${HOME} sweet ${HOME}"
```## Installation
```bash
# Step -- 1.
git clone --depth=1 --branch=master https://github.com/vladpunko/workstation.git# Step -- 2.
cd ./workstation/playbook# Step -- 3.
python3 -m venv .venv && source ./.venv/bin/activate# Step -- 4.
python3 -m pip install --requirement=requirements.txt# Step -- 5.
ansible-playbook --ask-become-pass --inventory=hosts workstation.yml
```## Firmware
```bash
# Step -- 1.
sudo sh -c 'fwupdmgr refresh --force && fwupdmgr update --assume-yes'# Step -- 2.
sudo dnf swap ffmpeg-free ffmpeg --allowerasing# Step -- 3.
sudo dnf group install --with-optional Multimedia
```## License
[MIT](https://choosealicense.com/licenses/mit)