Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 2.79 KB

terminal.md

File metadata and controls

91 lines (68 loc) · 2.79 KB

Terminal

Terminal

Do not use the default terminal on any system. This will hinder your productivity.

automation - dont copy and paste manually.

  • get me a list of all the files in the structure
  • now compress them and put them on a webserver

Shells

  • Windows
    • cmd
    • powershell
    • wsl (bash)
  • Linux
    • Alternative-Shells
    • sh
    • [bash] (5+)
      • (see the bash page for loads of cool tricks/examples for productive developers)
    • zsh

Startup Environment

  • ~/.bashrc
  • ~/.bash_profile
  • autoexec?

tab completion

Video

Desktop Environment

  • CONSOLE DESKTOP GUIDE
    • Use a terminal for your entire computer
    • tmux (multi window)
    • lynx for internet
    • Word processors, graphs, progress bars

Performance