ShellCookbook - henk52/knowledgesharing GitHub Wiki

Shell cookbook

Introduction

Purpose

CLI tools

eza

  • sudo apt install eza

Aliases

alias k='kubectl'
alias kc='kubectl'
alias l='eza -F'
alias la='eza -A'
alias lg='eza --long --git --all --no-permissions --no-filesize --no-user --no-time'
alias ll='eza --long --git --all'
alias lt='eza --long --git --all --sort=modified'
alias m='mplayer -fs -zoom'
alias mk='minikube'
alias tf='terraform'

alias prusa='flatpak run com.prusa3d.PrusaSlicer'

tv - television

Installation

See description on the github page?

For older OS, go to cargo instllation

  • cargo install --locked television
  • sudo apt install bat fdclone
  • On ubuntu 20
    • sudo ln -s /usr/bin/batcat /usr/bin/bat

Also install

  • fd - console-base lightweight file manager
  • bat - cat(1) clone with syntax highlighting and git integration

herdoc