Began re-writing tooling for linux mint.

This commit is contained in:
2022-01-09 11:31:32 +13:00
parent b1361ffcf3
commit 8447cd828f

View File

@ -6,10 +6,19 @@
This document captures my standard tooling for future replication and aims to make it as easy as possible to setup and use. 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. The environment is based on [[https://linuxmint.com/][Linux Mint]] ~20.3~ primarily, although guides for Windows 11 with [[https://docs.microsoft.com/en-us/windows/wsl/about][Window Subsystem for Linux]] are included from a legacy perspective.
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: * How I get things done
- [[windows-setup.org][Windows 10 Config]]
- [[wsl-setup.org][Ubuntu Config]] Before diving into the technical details, below is a brief summary of how I get things done.
** Code editing
For an editor I primarily 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]].
The main feature that I rely on in emacs is [[https://orgmode.org/][~org-mode~]].
** Browsing the web