Skip to content

Instantly share code, notes, and snippets.

View Lu1zLuna's full-sized avatar
🐙
Focusing

Luiz Luna Lu1zLuna

🐙
Focusing
View GitHub Profile
@Lu1zLuna
Lu1zLuna / instructions.md
Created November 27, 2024 16:26 — forked from morrolinux/instructions.md
FIrefox - Vertical tab bar with auto hide

What to expect

Graphical aspect may vary depending on your choices in following the instructions below, but the end result should look something like this:

immagine

Enable Firefox features

@Lu1zLuna
Lu1zLuna / Setting_upa_new_repo.md
Created September 23, 2023 18:32 — forked from alexpchin/Setting_upa_new_repo.md
Create a new repository on the command line

Setting up a new Git Repo

##Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"

git remote add origin [email protected]:alexpchin/.git