Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 380 Bytes

Dotfiles

An automated set up for Debian-based operating systems.

	# Step 1. Install ansible.
	pip install ansible argcomplete
	# Step 2. Clean all files (if existing).
	rm -rf ~/.zshrc ~/.zshenv ~/.nvm ~/.gvm ~/.pyenv
	# Step 3. Execute the playbook.
	ansible-playbook ansible/playbook --ask-become-pass --user=urmzd
    # Step 4. Restart shell
    exec $SHELL -l