Skip to content

rdandnayak/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible for Web Development Ansible workflow

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

Installtions by Ansible

This will install following tools on your machine

  1. zsh terminal with custom configuration.
  2. various npm packages
    1. yarn
    2. eslint
    3. typescript-language-server
    4. typescript
    5. ts-node
  3. node version 14 (managed by n package manager)
  1. vim & neovim code editor
  2. necessary dotfiles required and mentioned in repo link to .dotfiles repository

Setup & installation for WSL(Windows), Ubuntu or MacOs terminal

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

About

Ansible for Javscript Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published