list formatting
This commit is contained in:
parent
b31b8c57cb
commit
d3e16840c0
25
readme.md
25
readme.md
|
@ -5,20 +5,21 @@
|
||||||
/dev/sda
|
/dev/sda
|
||||||
* /dev/sda1 - EFI Partition
|
* /dev/sda1 - EFI Partition
|
||||||
* /dev/sda2 - dmcrypt encrypted partition
|
* /dev/sda2 - dmcrypt encrypted partition
|
||||||
BTRFS filesystem with:
|
|
||||||
- @root -> /
|
|
||||||
- @home -> /home
|
|
||||||
- @snapshots -> /.snapshots
|
|
||||||
- @swap -> /swap
|
|
||||||
|
|
||||||
for [swapfile](https://wiki.archlinux.org/title/swap#Swap_file) /swap/swapfile
|
BTRFS filesystem with:
|
||||||
ensure only root can access swapfile
|
- @root -> /
|
||||||
> `chmod 600 /swa/swapfile`
|
- @home -> /home
|
||||||
create swapfile that is bigger than my ram for hibernate-to-disk
|
- @snapshots -> /.snapshots
|
||||||
> `dd if=/dev/zero of=/swapfile bs=1M count=8196 status=progress`
|
- @swap -> /swap
|
||||||
|
|
||||||
- @tmp -> /var/tmp
|
for [swapfile](https://wiki.archlinux.org/title/swap#Swap_file) /swap/swapfile
|
||||||
- @log -> /var/log
|
ensure only root can access swapfile
|
||||||
|
> `chmod 600 /swa/swapfile`
|
||||||
|
create swapfile that is bigger than my ram for hibernate-to-disk
|
||||||
|
> `dd if=/dev/zero of=/swapfile bs=1M count=8196 status=progress`
|
||||||
|
|
||||||
|
- @tmp -> /var/tmp
|
||||||
|
- @log -> /var/log
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
I use [sway](https://swaywm.org) as my window manager, this time I decided to try a display manager aswell which I usually dont bother with and just type `sway` after login, and went for [lemurs](https://github.com/coastalwhite/lemurs), a lightweight TUI dm written in Rust.
|
I use [sway](https://swaywm.org) as my window manager, this time I decided to try a display manager aswell which I usually dont bother with and just type `sway` after login, and went for [lemurs](https://github.com/coastalwhite/lemurs), a lightweight TUI dm written in Rust.
|
||||||
|
|
Loading…
Reference in a new issue