Skip to content

Instantly share code, notes, and snippets.

View Elbullazul's full-sized avatar
💭
I may be slow to respond

Christian Medel Elbullazul

💭
I may be slow to respond
View GitHub Profile
@joseluisq
joseluisq / arch_linux_icon.md
Last active May 16, 2023 20:25
How to change Gnome 3+ application grid icon with a custom Arch Linux icon

Papirus-Dark with Arch Linux Icon

How to change Gnome 3+ application grid icon with a custom Arch Linux icon

Before:

Papirus-Dark

After:

@joncardasis
joncardasis / Storing-Images-On-Github.md
Last active June 25, 2024 16:30
Storing Images and Demos in your Repo

Storing Images and Demos in your Repo

In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.

How to

1. Clone a fresh copy of your repo

In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.

2. Create a new branch

Create a new branch in your repo by using git checkout --orphan assets