Added numbered step headers to wsl-setup.org.

This commit is contained in:
2019-12-14 15:48:41 +13:00
parent aa241dcfd7
commit 13137fc85a

View File

@ -11,7 +11,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
*Acknowledgements:* Large elements of this wsl setup came about through collaboration with the great people at [[https://ii.coop][ii.coop]]. I encourage you to explore and contribute to their work on [[https://gitlab.ii.coop][gitlab]] as many elements form a core part of this setup and workflow. *Acknowledgements:* Large elements of this wsl setup came about through collaboration with the great people at [[https://ii.coop][ii.coop]]. I encourage you to explore and contribute to their work on [[https://gitlab.ii.coop][gitlab]] as many elements form a core part of this setup and workflow.
** Setup home folder structure ** Step 1 - Setup home folder structure
After installing the Debian WSL distribution no folders are present in your home folder. After installing the Debian WSL distribution no folders are present in your home folder.
@ -30,7 +30,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
#+END_SRC #+END_SRC
** Update and install packages ** Step 2 - Update and install packages
To get started we ensure the package manager is up to date. To get started we ensure the package manager is up to date.
@ -145,7 +145,20 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
#+END_SRC #+END_SRC
* Install iimacs ** Step 3 - Setup environment dotfiles
Within wsl we can use .dotfiles to further customise our environment. The script
below restores my versions of key dotfiles automatically.
#+NAME: Clone and restore the dotfiles
#+BEGIN_SRC tmate
git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git
cd /tooling/
cp .* ~/
#+END_SRC
** Step 4 - Install iimacs editor
A key component in our environment is the ii version of emacs. The section below will setup A key component in our environment is the ii version of emacs. The section below will setup
emacs version ~26.3~ and then iimacs on top. emacs version ~26.3~ and then iimacs on top.
@ -191,7 +204,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
* Setup mutt email client ** Step 5 - Setup mutt email client
For reading email we ideally use a cli based client for fast searching For reading email we ideally use a cli based client for fast searching
and lightweight mail reading. and lightweight mail reading.
@ -248,14 +261,3 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
#+END_SRC #+END_SRC
* Setup environment dotfiles
Within wsl we can use .dotfiles to further customise our environment. The script
below restores my versions of key dotfiles automatically.
#+NAME: Clone and restore the dotfiles
#+BEGIN_SRC tmate
git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git
cd /tooling/
cp .* ~/
#+END_SRC