Skip to content

Instantly share code, notes, and snippets.

@moonexpr
Last active October 3, 2022 14:34
Show Gist options
  • Save moonexpr/560ed6a6bd1813d3d07b2a723f425885 to your computer and use it in GitHub Desktop.
Save moonexpr/560ed6a6bd1813d3d07b2a723f425885 to your computer and use it in GitHub Desktop.

Packages:

  1. Terminal emulator: apt install terminology
  2. Text viewer: apt install catbat && ln -s $(which batcat) /usr/bin/bat
  3. Shell program: apt install fish-shell
  4. Icon browser: apt install gtk-4-examples
  5. Text editor: apt install neovim && abbr nvim n
  6. Development Tooling: apt install git gh

Repositories:

  1. GitHub CLI: https://github.com/cli/cli

Gist Scripts:

  1. screencap: https://gist.github.com/wholesome-wiz/ba13dc8fb975db3b6dd9848a263472e9
  2. bash_diligence: https://gist.github.com/wholesome-wiz/74d9e2488f33c636a438b2f781cf1748
  3. curl_resolve: https://gist.github.com/wholesome-wiz/c6f00e40d5a4a8c2a5cb7d4be32783bb
  4. transform: https://gist.github.com/wholesome-wiz/88f62a9df26e4e1480c3d57f0ef8dd9b

References:

  1. Cheatsheet: curl http://cheat.sh/ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment