docs: my-linux-setup.md changes
This commit is contained in:
parent
e3fb693541
commit
b985ee82c7
1 changed files with 6 additions and 6 deletions
|
@ -18,15 +18,16 @@ I make heavy use of [Luke Smith](https://github.com/LukeSmithxyz)'s LARBS, a scr
|
||||||
You can find my version of LARBS [here](https://github.com/filippo-ferrari/LARBS)
|
You can find my version of LARBS [here](https://github.com/filippo-ferrari/LARBS)
|
||||||
|
|
||||||
# distribution: artix
|
# distribution: artix
|
||||||
Artix is basically arch only without that piece of this cringeware that is systemd.
|
Artix is basically arch only without that piece of cringeware that is systemd.
|
||||||
When it comes to replacing it you have a number of choices that range from decent to very fucking good, ive only ever used runit but youre free to chose something else of course.
|
When it comes to replacing it you have a number of choices that range from decent to very fucking good, ive only ever used runit but youre free to chose something else of course.
|
||||||
|
|
||||||
Visit the [Artix](https://artixlinux.org/) website and check all the neat infos they have
|
Visit the [Artix](https://artixlinux.org/) website and check all the neat infos they have:
|
||||||
|
|
||||||
"Q. Do you hate systemd?
|
"Q. Do you hate systemd?
|
||||||
A. No, we don't. In fact, we love systemd. But we would never use [such](https://thehackernews.com/2019/01/linux-systemd-exploit.html) a [sucky piece](https://suckless.org/sucks/systemd/) of [bloatware](https://chiefio.wordpress.com/2016/05/18/systemd-it-keeps-getting-worse/) near [anywhere](without-systemd.org/wiki/index.php/Arguments_against_systemd) we [cared](https://www.theregister.co.uk/2018/10/26/systemd_dhcpv6_rce/) [about](www.softpanorama.org/Commercial_linuxes/Startup_and_shutdown/systemd.shtml) [security](https://www.theregister.com/2019/01/31/systemd_exploit/)"
|
A. No, we don't. In fact, we love systemd. But we would never use [such](https://thehackernews.com/2019/01/linux-systemd-exploit.html) a [sucky piece](https://suckless.org/sucks/systemd/) of [bloatware](https://chiefio.wordpress.com/2016/05/18/systemd-it-keeps-getting-worse/) near [anywhere](without-systemd.org/wiki/index.php/Arguments_against_systemd) we [cared](https://www.theregister.co.uk/2018/10/26/systemd_dhcpv6_rce/) [about](www.softpanorama.org/Commercial_linuxes/Startup_and_shutdown/systemd.shtml) [security](https://www.theregister.com/2019/01/31/systemd_exploit/)"
|
||||||
|
|
||||||
# TODO: in here i need to explain the fully encrypted setup i use, and maybe write a guide in the future on how to replicate it
|
# TODO:
|
||||||
|
in here i need to explain the fully encrypted setup i use, and maybe write a guide in the future on how to replicate it (started it)
|
||||||
|
|
||||||
# window manager: dwm
|
# window manager: dwm
|
||||||
"[dwm](https://dwm.suckless.org/) is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.
|
"[dwm](https://dwm.suckless.org/) is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.
|
||||||
|
@ -63,8 +64,8 @@ P.S. i stil cant manage to make the TLP service work properly with runit, so if
|
||||||
do i need to say more? you can have it start at login to flex on r/unixporn, normal users will be most likely disgusted (rightfully so)
|
do i need to say more? you can have it start at login to flex on r/unixporn, normal users will be most likely disgusted (rightfully so)
|
||||||
|
|
||||||
# task manager: htop
|
# task manager: htop
|
||||||
again, if you ever want to be taken into consideration by the cool guys and gals of the ricing sub-scene you have to have this process viewer
|
again, if you ever want to be taken into consideration by the cool guys and gals of the ricing sub-scene you have to have this process viewer.
|
||||||
all jokes aside [htop](https://htop.dev/) is a neat piece of software, super useful
|
All jokes aside [htop](https://htop.dev/) is a neat piece of software, very light and super useful, written in the mighty C languange.
|
||||||
|
|
||||||
# text editor: neovim
|
# text editor: neovim
|
||||||
ok, big boys time, i use vim as my main text editor both to play around in linux and to write code
|
ok, big boys time, i use vim as my main text editor both to play around in linux and to write code
|
||||||
|
@ -100,4 +101,3 @@ TODO
|
||||||
|
|
||||||
# static site builder: hugo
|
# static site builder: hugo
|
||||||
This site was built using this tool, it enables you to quickly and easily setup a static site, you can create contents from the terminal
|
This site was built using this tool, it enables you to quickly and easily setup a static site, you can create contents from the terminal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue