Skip to content

getek-nightscout/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfiles for quick macOS/OS X.

Run configuration

  1. Install xcode and CLI tools:

    xcode-select --install
    
  2. Install ansible:

    sudo easy_install pip
    pip install --user ansible
    
  3. Run ansible:

    git clone git@github.com:afterdesign/dotfiles.git ~/.dotfiles
    cd ~/.dotfiles
    $(python -m site --user-base)/bin/ansible-playbook --ask-become-pass -i local.hosts playbook.yml
    
  4. Cleanup:

    /usr/local/bin/pip list --user --format=freeze | xargs pip uninstall -y $1
    sudo /usr/local/bin/pip uninstall -y pip
    

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published