Skip to content

Latest commit

 

History

History
82 lines (69 loc) · 4.14 KB

resources.md

File metadata and controls

82 lines (69 loc) · 4.14 KB
title section layout
Resources
resources
default

Shell scripting

Bash is by far the most common flavor of shell script, but there are others. Knowing how to write at least basic shell script well is still essential for using GNU/Linux, even in $CURRENT_YEAR. Just a little time invested in learning how to use shell script will pay off many times over.

Text editors

Vim

  • $ vimtutor—Do it! You won't learn how to use Vim well by reading. You need to practice, starting with the basics.
  • IRC Style Tutorial—Follow along as an experienced Vim user walks a newbie through the basics
  • Vim help files:help, official documentation

Fonts

You may also need to enable bitmap fonts and rebuild the font cache:

$ rm -v /etc/fonts/conf.d/70-no-bitmaps.conf
$ ln -s ../conf.avail/70-yes-bitmaps.conf .
$ fc-cache -v -f

Tiling

Tiling window managers

Tiling scripts

These work DE/WM independent