Skip to content

Instantly share code, notes, and snippets.

View coderade's full-sized avatar
💻

Valdeci Gomes coderade

💻
View GitHub Profile
@coderade
coderade / manjaro-avell-g1513.md
Created June 4, 2018 12:28 — forked from mauri870/manjaro-avell-g1513.md
Installation of Manjaro 17 and nvidia/bumblebee drivers on Avell G1513

After a weekend of research, stress and pain I finally figure out how to install manjaro 17 and configure the nvidia/bumblebee drivers on my avell laptop

Here's my notebook specs:

$ inxi -MGCNA

Machine:   Device: laptop System: Avell High Performance product: 1513
           Mobo: N/A model: N/A v: 0.1 UEFI: American Megatrends v: N.1.02 date: 09/28/2016
Battery    BAT0: charge: 44.0 Wh 100.0% condition: 44.0/44.0 Wh (100%)
@coderade
coderade / .gitconfig
Created April 10, 2017 13:48
Git shortcuts
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
ds = diff --staged
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all --date=local