From 6e559c3bf126517d3316768f37a9be94fb65b157 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 18 Oct 2024 21:51:10 +0200 Subject: [PATCH] Removed zellij mention --- content/setup/_index.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/setup/_index.md b/content/setup/_index.md index 07b6756..1ebdabe 100644 --- a/content/setup/_index.md +++ b/content/setup/_index.md @@ -5,16 +5,13 @@ title: "setup" the following is my current working setup. ## os - I have been running linux since 2015 ### current distros - - [fedora](https://fedoraproject.org): installed on my laptop and mini-pc. - [nixos](https://nixos.org): used for running my home server due to the declarative configuration. ### past distros - - [mint](https://linuxmint.com): good for starting users. - [arch](https://archlinux.org): helps the user to learn a linux system in-depth. @@ -23,7 +20,6 @@ there are many more distros that I have tried for a brief period, but in most ca [here](https://git.sr.ht/~aethrvmn/nixconfig) you can find my current config files. ## version control - I have been using [github](https://github.com/aethrvmn) since 2017, but I am currently moving/have moved to [sourcehut](https://sr.ht/~aethrvmn) for data privacy. I do not consent to github's eula or privacy policy. @@ -32,11 +28,9 @@ I have been using [github](https://github.com/aethrvmn) since 2017, but I am cur I use [cron](https://crontab.guru) to set up automation. ## web - for this website, as well as any other website I manage, I use [HUGO](https://gohugo.io) to serve static websites, running on top of [nginx](https://nginx.org) inside of a vps. I am also self hosting my own cloud using [nextcloud](https://nextcloud.com), running inside of a [docker container](https://docker.com). ## workflow - -my editor of choice is [helix](https://helix-editor.com), which essentially is vim with better defaults. In all of my distros, I use [zsh](https://zsh.org) as my shell, and I use [zellij](https://zellij.dev) as a terminal multiplexer. +my editor of choice is [helix](https://helix-editor.com), which essentially is vim with better defaults. In all of my distros, I use [zsh](https://zsh.org) as my shell.