Skip to content

List of comands and utils for my use when i need to install a clean ubuntu on my computer

Notifications You must be signed in to change notification settings

Jhon-Henkel/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processo totalmente manual

  • Ler o arquivo setup.md e ir fazendo ação por ação manualmente, aqui.

Processo semi automatico

O config-system.sh deve ser rodado sem sudo, mas em algum momento pode pedir a senha.

  • Rodar os comandos:

    chmod +x setup.sh && chmod +x config-system.sh
    ./config-system.sh
    sudo ./setup.sh
  • Definir os atalhos personalizados

    Nome: Diodom
    Comando: /usr/bin/diodon
    Tecla: <Super>v
    
    Nome: Flameshot
    Comando: /usr/bin/flameshot gui
    Tecla: Print
    
  • Logar no Jetbrains toolbox e baixar o PHP Storm, Web Storm, Go Land e IntelliJ

  • Instalar o Oh My Zsh

  • Configurar grupo docker

    sudo usermod -aG docker $USER
    newgrp docker
    

Processo automático (Aplicação GO, ainda em fase de testes)


--- EM FASE DE TESTES ---


  • Executar o comando:
    ./setup.sh