Coder Social home page Coder Social logo

mysetup's Introduction

Introduction

Setup my personal machine installing manually is too dull, so I created this automated installation using Ansible to help with this stuff. Ansible is a configuration management tool too used throughout the world, I recommend it.

To clone this repository:

$ git clone https://github.com/Samuellucas97/MySetup.git
$ cd MySetup

Programs/Packages to be installed

  • Basic Linux packages
    • ☑️ net-tools
    • ☑️ curl
    • ☑️ htop
  • ☑️ Java JDK 17
  • ☑️ VSCode IDE
  • ❎ Oh My Bash
  • ❎ Google Chrome

Prerequisites

  • Install Git (version >= 2.25.1)

    • Execute on terminal: sudo apt install git.
    • To check if it was installed: git --version.
  • Install Python (version >= 3.8.10)

    • Execute on terminal: sudo apt install python3.8.
    • Open ~/.bashrc file and insert alias python=python3.
    • To check if it was installed: python --version.
  • Install Ansible (version >= 2.12.4)

    • Execute on terminal: sudo apt install ansible.
    • To check if it was installed: ansible --version.

Setting up - Ubuntu 20.04

Run the following command on terminal:

$ sudo ansible-playbook  -i "localhost," -c local setup_ubuntu20_04.yml

Always you change some of the YAML files, do not forget to use this command:

$ ansible-playbook setup_ubuntu20_04.yml --check

mysetup's People

Contributors

samuellucas97 avatar

Watchers

 avatar  avatar

Forkers

brunokaike

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.