mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-16 19:14:14 +02:00
tmpfs Requirement
This commit is contained in:
@@ -64,6 +64,12 @@ It is assumed that:
|
|||||||
2. You're going to use [Kitty](https://sw.kovidgoyal.net/kitty/)
|
2. You're going to use [Kitty](https://sw.kovidgoyal.net/kitty/)
|
||||||
* You could either change the source or use anoter terminal that supports
|
* You could either change the source or use anoter terminal that supports
|
||||||
calling functions with `--`, e.g. `kitty -- nvim`
|
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
|
## Dependencies
|
||||||
@@ -113,4 +119,5 @@ TODO
|
|||||||
[Notable]: https://github.com/notable/notable
|
[Notable]: https://github.com/notable/notable
|
||||||
[TNote]: https://github.com/tasdikrahman/tnote
|
[TNote]: https://github.com/tasdikrahman/tnote
|
||||||
[DNote]: https://github.com/dnote
|
[DNote]: https://github.com/dnote
|
||||||
|
[tmpfs]: https://wiki.archlinux.org/index.php/Tmpfs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user