Skip to content

Instantly share code, notes, and snippets.

View WeslleyBernardes's full-sized avatar

Weslley Bernardes WeslleyBernardes

View GitHub Profile
@WeslleyBernardes
WeslleyBernardes / ambiente-dev-ubuntu.sh
Created March 8, 2023 00:37 — forked from luizomf/ambiente-dev-ubuntu.sh
Ambiente de desenvolvimento Python no Ubuntu - Com VS Code, Google Chrome, ZSH, Oh-my-zsh, zsh-syntax-highlighting, zsh-autosuggestions e spaceship prompt.
#!/bin/bash
# Executar comandos a seguir para atualizar os pacotes
sudo apt update -y
sudo apt upgrade -y
# Só o Python
sudo apt install python3.10-full python3.10-dev -y
# Instalar pacotes a seguir
@WeslleyBernardes
WeslleyBernardes / Install_robo3t_Ubuntu.md
Created February 12, 2022 01:40 — forked from abdallahokasha/Install_robo3t_Ubuntu.md
Install Robo3t on Ubuntu18.04 and make a desktop icon for it

Install Robo3t On Ubuntu 18.04

Download the package form Robo3t or using wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
Extract here using

tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz