Changes between Initial Version and Version 1 of Courses/BASH


Ignore:
Timestamp:
2015-02-03T16:36:51+01:00 (10 years ago)
Author:
Lennart Johansson
Comment:

Preparations for BASH course

Legend:

Unmodified
Added
Removed
Modified
  • Courses/BASH

    v1 v1  
     1BASH is the default OS shell for Linux and Mac OS x. BASH can also be used on Windows if cygwin is installed.
     2
     3Cygwin can be downloaded from: https://cygwin.com/install.html
     4
     5Students with a windows computer are requested to install cygwin. A minimal installation + nano should be enough for our purposes.
     6
     7nano is a basic editor, without default syntax highlighting.
     8To install syntax highlighting create a file sh.nanorc in the folder /usr/share/nano
     9Retreive the code from: https://code.google.com/p/nanosyntax/source/browse/trunk/syntax-nanorc/sh.nanorc and paste it into the sh.nanorc file
     10
     11Save the file and go to your home directory (cd ~)
     12Create a file called .nanorc containing the text ''include /usr/share/nano/sh.nanorc''