My Current Device
At the moment, I’m working on a MacBook M1 Pro, and I really like it — it’s incredibly powerful. However, I’ve been thinking about trying out Linux as a second operating system.
Let’s see if I actually set it up, because every time I consider switching to Linux, my second thought is that I still enjoy using macOS. Having two operating systems would probably create a bit of confusion about where my files and tools are, and it might make things more complicated than necessary.
Commands
Tetris
- Play Tetris native
- autoload tetris:
autoload -Uz tetriscurses - then open Tetris:
tetriscurses - Or run both at the same time:
autoload -Uz tetriscurses && tetriscurses
- autoload tetris: