Skip to content

Cristuker/ubuntu-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

ubuntu-setup

Script para agilizar a instalação de algumas coisas após a formatação do S.O. ** Testado apenas no ubuntu **

O que esse script instala

  • cURL
  • git
  • Config git e algumas atalhos
  • VScode e adiciona como default editor
  • Chorme
  • Slack for desktop
  • Discord
  • Spotify
  • Dbeaver
  • docker
  • docker-compose
  • snap-store
  • flatpak
  • Vivaldi
  • Ulauncher
  • zsh
  • Oh-My-Zsh
  • nvm
  • Installing autosuggestions (ZSH Plugin)
  • Installing Gnome Shell Extensions
  • Installing Gnome Tweak Tool

Atalhos do git

git s: É apenas um git status mais bonito e clean

git c: Faz o git add --all e o git commit -m

Exemplo:

$ git c "feat: alterando script"

Importante

  • Rode esse script no diretório root.

Como usar

  1. Clone o repositório

  2. De as permissões necessárias ao arquivo

$ chmod 777 startup.sh
  1. Rode o arquivo
$ ./startup.sh

Made with ❤️ by Cristian

About

Scripts de pós instalação para o ubuntu

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%