

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Open a Terminal
incomplete
2: Installing Windows Subsystem for Linux
incomplete
3: Terminal Alternatives
incomplete
4: Download Worldbanc
incomplete
5: Shell Configuration
incomplete
6: PATH Config
incomplete
7: Shell Aliases
incomplete
8: Man
incomplete
9: Symbolic Links
incomplete
10: Top
incomplete
11: Interrupt
incomplete
12: Kill
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
So far you've likely been working in the default terminal that came with your operating system, and that's fine. However, there are other options, and I want to highlight a couple of them just in case you want to check them out (but you don't have to).
Most text editors for developers have a built-in terminal.
For example, VS Code, Zed, and Cursor are popular text editors that also have a built-in terminal. While I do use Zed's terminal for most of my coding work, in this course, I do not recommend using a built-in terminal because we don't need the extra text editor features.
Ghostty is a very new terminal emulator that differentiates itself by being fast, feature-rich, and native. It's a great option if you love to customize, and want a modern, fast, and feature-rich terminal.
Alacritty is another popular terminal emulator that is known for its speed and extensibility. Before Ghostty, Alacritty was the go-to terminal for many developers who wanted a fast and customizable terminal.
Windows Terminal is the terminal emulator for Windows. Use the "cmd.exe" program settings to change the default terminal. Be sure to start WSL whenever you open a new terminal window.