padupe / personal-setup

Script to facilitate the process of setting up a new environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img

Personal Setup

Check the Documentation in pt-BR by clicking 🇧🇷 here.

Index

Description

Installation of the main tools used:

Objective

Make the necessary installations for the start of activities in a new environment.

Requirements

  • OS Linux/Ubunt;
  • Root User;
  • git command available (check the installation here)

Step by Step

  1. Open a terminal Ctrl + Alt + t

  2. Navigate through your environment directory to the desired folder

  3. Clone this repository

SSH

git clone git@github.com:padupe/personal-setup.git

HTTPS

git clone https://github.com/padupe/personal-setup.git
  1. Open the Project
cd personal-setup
  1. Grant access permission to the binary file install.sh
sudo chmod +x install.sh 
  1. Run the command:
./install.sh
  1. Perform confirmations when necessary

  2. Done 🥳

Install git command

Run only if you don't have the git command available in your environment

  1. Open a terminal Ctrl + Alt + t

  2. Run the command:

sudo apt install git

Optional Installations

  • Gnome Terminal

    1 - Grant access permission to the binary file gnome-terminal.sh

    sudo chmod +x gnome-terminal.sh 
    

    2 - Run the command:

    ./gnome-terminal.sh
    

    3 - Perform confirmations when necessary

    4 - Done 🚀

  • Oh My Zsh

    1 - Grant access permission to the binary file oh-my-zsh.sh

    sudo chmod +x oh-my-zsh.sh 
    

    2 - Run the command:

    ./oh-my-zsh.sh
    

    3 - Perform confirmations when necessary

    4 - Done 🚀

About

Script to facilitate the process of setting up a new environment.


Languages

Language:Shell 100.0%