Skip to content

Instantly share code, notes, and snippets.

View Vitor238's full-sized avatar

Vítor Ferreira Vitor238

  • Invillia
  • Belo Horizonte,Brazil
View GitHub Profile
@Vitor238
Vitor238 / adwaita-pop.json
Last active September 11, 2022 15:33
Adwaita Dark Pop_OS! for Gradience
{
"name": "Adwaita Pop",
"variables": {
"accent_color": "rgb(117, 180, 188)",
"accent_bg_color": "rgb(58, 148, 159)",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
"destructive_fg_color": "#ffffff",
"success_color": "#8ff0a4",
@Vitor238
Vitor238 / post_install_jammy_jellyfish.sh
Last active July 16, 2022 22:14
Ubuntu 22.04 "Jammy Jellyfish" post install script
#!/bin/bash
# Starting from the Minimal Installation
echo "Updating system ..."
sudo apt update
sudo apt upgrade -y
sudo apt autoremove -y
echo "Adding Flatpak support ..."
@Vitor238
Vitor238 / UbuntuPostInstall.md
Last active February 19, 2022 23:03
Ubuntu 21.10 Post-install

Ubuntu 21.10 post install

GNOME | Flatpak focused | Chromium | Mobile Developement

Change Gnome Terminal color

Change the terminal color palette to Tango Dark in the settings

Update system

sudo apt update
@Vitor238
Vitor238 / conventional_commit_messages.md
Created February 10, 2021 12:27 — forked from qoomon/conventional_commit_messages.md
Conventional Commit Messages

Conventinal Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@Vitor238
Vitor238 / SQLite Primer.md
Created January 4, 2021 12:27
Getting started with SQLite for Android

SQLite Primer

Font: Developing Android Apps with Kotlin

This course assumes that you are familiar with databases in general, SQL databases in particular, and the SQL language used to interact with them.

This page is a refresher and quick reference.

@Vitor238
Vitor238 / gist:a54287b2de3f755b77e7cc61cff5d323
Created October 30, 2020 13:46 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@Vitor238
Vitor238 / git.md
Created April 29, 2020 10:21 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda