Skip to content

Instantly share code, notes, and snippets.

@morrolinux
morrolinux / instructions.md
Last active September 20, 2024 08:51
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

#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
@tuxfight3r
tuxfight3r / 01.bash_shortcuts_v2.md
Last active September 21, 2024 05:00
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line