Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 582 Bytes

Dotfiles

Collection of dotfiles for linux systems based on ansible-clone

Hot to install dotfiles

sudo apt update
sudo apt install ansible, git
ansible-galaxy collection install community.general
git clone https://github.com/NicolaSabino/dotfiles $HOME/.dotfiles
pushd $HOME/.dotfiles
ansible-playbook -e @values.yml ubuntu.yml
popd

Useful links