Skip to content

Latest commit

 

History

History
99 lines (73 loc) · 3.22 KB

File metadata and controls

99 lines (73 loc) · 3.22 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 text based browser
    • Word processors, graphs, progress bars

Performance