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.
- Host: GitHub
- URL: https://github.com/matkoniecz/recovery-with-ansible
- Owner: matkoniecz
- License: mit
- Created: 2020-01-17T15:19:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T04:54:34.000Z (about 1 year ago)
- Last Synced: 2024-12-31T02:33:35.836Z (9 months ago)
- Topics: ansible, dotfiles, dotfiles-linux, matkoniecz-config
- Language: Shell
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
- License: COPYING
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.gitgit clone https://github.com/matkoniecz/recovery-with-ansible
cd recovery-with-ansible
git fetch origin
sudo bash run.sh
```