Files
tooling/readme.org
2021-09-27 05:44:08 +13:00

16 lines
801 B
Org Mode

#+TITLE: Tooling setup
#+AUTHOR: James Blair
#+EMAIL: mail@jamesblair.net
#+DATE: <2021-09-27 Mon 06:16>
This document captures my standard tooling for future replication and aims to make it as easy as possible to setup and use.
The environment is based on Windows 10 using [[https://devblogs.microsoft.com/commandline/announcing-wsl-2/][Windows Subsystem for Linux 2]] for a [[https://ubuntu.com/][Ubuntu]] based command line development interface.
For an editor I rely on [[https://www.gnu.org/software/emacs/][emacs]], specifically [[https://github.com/humacs/humacs][humacs]]. To pair and share my terminals with others I rely on [[https://tmate.io/][tmate]].
This documentation is split into two main sections:
- [[windows-setup.org][Windows 10 Config]]
- [[wsl-setup.org][Ubuntu Config]]