Skip to content
/ dotfiles Public

An ansible playbook that installs a simple and ready-to-go development environment.

Notifications You must be signed in to change notification settings

urmzd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An ansible playbook that installs a simple and ready-to-go development environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published