Skip to content

Instantly share code, notes, and snippets.

View alsgu3rra's full-sized avatar
🌎
programador de sistemas

AlanGuerra alsgu3rra

🌎
programador de sistemas
View GitHub Profile
@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active May 31, 2025 16:20
Install BetterDiscord on Linux

Install BetterDiscord on Linux

This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.

For more thorough documentation, take a look at betterdiscordctl's README.

Do NOT submit issues here as I don't check the comments. You should submit them here instead.

@diego3g
diego3g / NODE.md
Last active May 31, 2025 07:29
VSCode Settings (Updated)

⚠️ Note!

With VSCode version 1.94, the APC extension broke and there is no fix yet.

So, for those having issues with APC after the VSCode update, I recommend downloading the previous version of VSCode for now (https://code.visualstudio.com/updates/v1_93) and setting updates to manual by adding this to the editor's configuration:

"update.mode": "manual",
[alias]
ci = commit
co = checkout
cm = checkout master
cb = checkout -b
st = status -sb
sf = show --name-only
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u})
outgoing = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..)
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active May 27, 2025 13:31
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.

@faimin
faimin / alacrittty.toml
Created January 1, 2024 13:42
alacrittty.toml
# config path: '~/.config/alacritty/alacritty.toml'
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "#625e4c"
blue = "#9d65ff"