An open API service indexing awesome lists of open source software.

https://github.com/matkoniecz/recovery-with-ansible

My Ansible config for the main computer.
https://github.com/matkoniecz/recovery-with-ansible

ansible dotfiles dotfiles-linux matkoniecz-config

Last synced: 22 days ago
JSON representation

My Ansible config for the main computer.

Awesome Lists containing this project

README

          

# Linux

```
sudo apt-get remove firefox -y
sudo apt-get update
sudo apt-get install git -y

# clone my private repo
git clone https://gitlab.com/matkoniecz/boot_restore_script.git
# clone my public dotfile repo
git clone https://github.com/matkoniecz/my_public_dotfiles.git

git clone https://github.com/matkoniecz/recovery-with-ansible
cd recovery-with-ansible
git fetch origin
sudo bash run.sh
```