From ef6f9bc42c56bea184106ed73b6c5a6cd518d66e Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Tue, 14 Jul 2020 04:26:05 +1000 Subject: [PATCH] tmpfs Requirement --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 60e55e5..a8f1b88 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ It is assumed that: 2. You're going to use [Kitty](https://sw.kovidgoyal.net/kitty/) * You could either change the source or use anoter terminal that supports calling functions with `--`, e.g. `kitty -- nvim` +3. SSD + * I use an SSD and some scripts are pretty inefficient (like `grep | cut | + xargs find` to avoid creating a variable), I don't know if things like + would work on a HDD. +4. SystemD + * or atleast have `tmpfs` mounted at `/dev/shm` ([See the Arch Wiki: tmpfs][tmpfs]) ## Dependencies @@ -113,4 +119,5 @@ TODO [Notable]: https://github.com/notable/notable [TNote]: https://github.com/tasdikrahman/tnote [DNote]: https://github.com/dnote +[tmpfs]: https://wiki.archlinux.org/index.php/Tmpfs