Skip to content

chenj-hub/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles setup

Run ansible locally

Setup home machines

$ ./ansible_wrapper.sh ansible-playbook dotfiles.yml --ask-become-pass

Setup work machines

$ ./ansible_wrapper.sh ansible-playbook dotfiles.yml --ask-become-pass --extra-vars="work=true"

Development

Check playbook

$ ./ansible_wrapper.sh ansible-playbook dotfiles.yml --check --ask-become-pass

Use ansible-lint for styling

$ ./ansible_wrapper.sh ansible-lint --fix

Update requirements.txt

$ uv pip freeze > requirements.txt

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published