This is Ansible repository which can be used to bring your machine up-to-speed by installing all necessary tools required to develop Web applications
This will install following tools on your machine
- zsh terminal with custom configuration.
- various npm packages
- yarn
- eslint
- typescript-language-server
- typescript
- ts-node
- node version 14 (managed by n package manager)
- vim & neovim code editor
- necessary dotfiles required and mentioned in repo link to .dotfiles repository
if you are on WSL, Ubuntu or MacOS terminal you can run command below. (You will need to have ansible installed on your machine)
ansible-pull -U https://github.com/rdandnayak/ansible.git --skip-tags <ubuntu|macos> --ask-become-pass
alternatively you can clone current repo and run
./install
which will take care of setting up your machine mentioned with tools mentioned above.
Note: this command will ask you for sudo password to do necessary insallations once