Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.97 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.97 KB

🐚 Shells and Whistles 🥳

Starship | PowerShell + Nushell | Windows Terminal

🔤 A couple of themes & fonts

📦 Some cool programs

  • Essentials: man curl wget gcc gdb git gh openjdk-17-jdk pipx
  • Nice utilites: nala tree micro bat most ripgrep tldr trash-cli fdfind* broot zoxide
  • Fun commands: hello cowsay sl cmatrix toilet figlet lolcat jp2a linuxlogo nyancat
  • WSLfetch and stuffs: gnupg2 apt-transport-https wslu

📃 A pretty Git log alias

  • Normal:
git config --global alias.gl 'log --graph --all --date=format-local:"%d-%b %H:%M" --format=tformat:"%C(bold blue)%h%C(bold yellow)%d %Creset| %C(bold green)%ad %Creset- %C(red)%an %n%w(0,2,4)%C(italic bold white)%s %n%Creset%b"'
  • Long (full SHA-1):
git config --global alias.gll 'log --graph --all --date=format-local:"%d-%b %H:%M" --format=tformat:"%C(bold blue)%h%C(bold yellow)%d %Creset| %C(bold green)%ad %Creset- %C(red)%an %n%C(magenta)%H %n%w(0,2,4)%C(italic bold white)%s %n%Creset%b"'

In windows, you need to escape the double quotes (replace " with \").

🙏 Special thanks