Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 453 Bytes

Ubuntu development configuration

  • Run bootstrap.sh to install Ansible.
  • Run ansible-playbook local.yml -i development

Note To avoid prompt password, please do the following to disable sudo password.

echo '$USER ALL=(ALL) NOPASSWD: ALL' > $USER
sudo cp $USER /etc/sudoers.d/

If nvim cannot find gem neovim plugin, please run sudo gem install neovim manually.

Reference: