Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladpunko/workstation
"${HOME}" sweet "${HOME}"
https://github.com/vladpunko/workstation
administration dotfiles dotfiles-linux fedora-dotfiles fedora-workstation utilities
Last synced: 3 months 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: 2023-12-23T22:32:06.000Z (about 1 year ago)
- Last Synced: 2024-09-30T05:05:27.749Z (4 months ago)
- Topics: administration, dotfiles, dotfiles-linux, fedora-dotfiles, fedora-workstation, utilities
- Language: Shell
- Homepage: https://vladpunko.github.io
- Size: 726 KB
- Stars: 4
- 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)