Skip to content

Instantly share code, notes, and snippets.

View lincolnluiz's full-sized avatar

Lincoln Luiz lincolnluiz

View GitHub Profile
@lincolnluiz
lincolnluiz / fedora-developer-configure.sh
Created July 24, 2020 12:54 — forked from antoniordo/fedora-developer-configure.sh
Configure fedora for Java development
#!/usr/bin/env bash
set -e
#==========================================================================================
# Configurations
#==========================================================================================
# Set hostname
PC_HOSTNAME=""
# Disable Wayland to use xorg as dafult
DISABLE_WAYLAND=false