dbonates / dotfiles-zsh-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Current Terminal Settings on 2022

  • iTerm2, of course
  • install https://pygments.org (my custom cat command will use it)
  • iTerm theme: Snazzy
  • gitconfig
    • chame name and email to match yours
    • rename it to .gitconfig
    • place on your home folder
  • zshrc
    • rename it to .zshrc
    • place on your home folder
      • custom PROMPT
      • git info
      • image tools (using magick)
      • video tools (using ffmpeg)

Extra

vscode extensions (including themes) should go into ~/.vscode/extensions folder.

Terminal tools, install via homebrew

htop - process viewer
ncdu - disk usage
tig  - git 'great' gui
mc   - visual file manager 

About


Languages

Language:Shell 83.8%Language:JavaScript 16.2%