+Tmux dependency

This commit is contained in:
oreodave
2019-08-15 12:02:02 +01:00
parent 84a2945569
commit 165dcdb5a3

View File

@@ -18,12 +18,13 @@ is literally just for me).
- Zeal/Dash: Documentation manager/reader. Absolute necessity when doing offline work - Zeal/Dash: Documentation manager/reader. Absolute necessity when doing offline work
* Dependencies * Dependencies
|-------------------------+-----------------------------------------------------------------------------------+----------------+-----------| |-------------------------+-----------------------------------------------------------------------------------+----------------+------------|
| Dependency | Why? | Version | Link | | Dependency | Why? | Version | Link |
|-------------------------+-----------------------------------------------------------------------------------+----------------+-----------| |-------------------------+-----------------------------------------------------------------------------------+----------------+------------|
| Vim | Obvious. Plugins need async, thus version 8 or above. Has to be compiled w/python | 8 | [[https://www.vim.org/download.php][Vim]] | | Vim | Obvious. Plugins need async, thus version 8 or above. Has to be compiled w/python | 8 | [[https://www.vim.org/download.php][Vim]] |
| Emacs | Obvious. Doom Emacs on Straight needs 26.2 | 26.2+ | [[https://www.gnu.org/software/emacs/download.html][Emacs]] | | Emacs | Obvious. Doom Emacs on Straight needs 26.2 | 26.2+ | [[https://www.gnu.org/software/emacs/download.html][Emacs]] |
| Omnisharp Roslyn Server | Used by vim and Emacs. For C# tooling | Latest | [[https://github.com/omnisharp/omnisharp-roslyn][Omnisharp]] | | Omnisharp Roslyn Server | Used by vim and Emacs. For C# tooling | Latest | [[https://github.com/omnisharp/omnisharp-roslyn][Omnisharp]] |
| Tmux | Obvious. Used for most terminal related things | 1.5+ | [[https://github.com/tmux/tmux][Tmux]] |
| Python | Used by some plugins in Vim | 3.6.8 and 2.7+ | [[https://www.python.org/downloads/][Python]] | | Python | Used by some plugins in Vim | 3.6.8 and 2.7+ | [[https://www.python.org/downloads/][Python]] |
| Zeal | Used for downloading/reading documentation | 0.6.0+ | [[https://zealdocs.org][Zeal]] | | Zeal | Used for downloading/reading documentation | 0.6.0+ | [[https://zealdocs.org][Zeal]] |
| .NET Core | Needed for Omnisharp to work. For C# | 2.2.3+ | [[https://dotnet.microsoft.com/download][.NET]] | | .NET Core | Needed for Omnisharp to work. For C# | 2.2.3+ | [[https://dotnet.microsoft.com/download][.NET]] |