Update content src/site/notes/Coding Tips (Classical)/Terminal Tips/About terminal.md
parent
ad3a8c329e
commit
82a44f12ab
|
@ -1,11 +1,13 @@
|
|||
---
|
||||
{"dg-publish":true,"dg-permalink":"your-terminal","permalink":"/your-terminal/","created":"2023-07-05T14:19:00.000-04:00","updated":"2023-08-15T23:39:23.000-04:00"}
|
||||
{"dg-publish":true,"dg-permalink":"your-terminal","permalink":"/your-terminal/","created":"2023-07-05T14:19:00.000-04:00","updated":"2023-08-21T20:37:12.000-04:00"}
|
||||
---
|
||||
|
||||
# Your terminal is everything!
|
||||
|
||||
Your terminal is the main way that you interact with the machine. So you have to make sure that it is optimized to be as lightweight as possible. It is also the main way you create [software](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FRepos%2FAbout%20Repositories) interactively to be [hosted](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FHosting%2FOn%20Hosts) on the [Internet](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FHosting%2FBrowser%20talk%2FAbout%20Browsers)! For more information on internet tools, click on any of the previous links to take you to the appropriate area.
|
||||
|
||||
just in case
|
||||
|
||||
If you ever want to take a screen recording of the terminal just type in:
|
||||
```
|
||||
asciinema rec
|
||||
|
|
Loading…
Reference in New Issue