Skip to content

Automation tool, install everything your operating-system need for software development

Notifications You must be signed in to change notification settings

cocrafts/nerdtools

Repository files navigation

Unified dev environment for Metacraft developers.

For Mac user:

  • make sure Home Brew installed
  • install Ansible with brew install ansible
  • clone this repo to your home folder (~/)
  • execute: ansible-playbook -i hosts.yml macos.yml

For remote Linux client:

  • replace ip-address under hosts.yml
  • make sure host machine configured be able to ssh to replaced "ip-address"
  • make sure Ansible client existed on remote client
  • execute ansible-playbook -i hosts.yml linux.yml
  • run: chsh -s $(which zsh) to set zsh as default

For nvim user

Other notes

Awesome software to consider:

About

Automation tool, install everything your operating-system need for software development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published