From c0d415c772df6a726cb89f26fb4c5793ba54be1c Mon Sep 17 00:00:00 2001 From: esche Date: Mon, 30 Sep 2024 21:46:34 +0200 Subject: [PATCH] added bashrc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c8f5af1..97aa3e6 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ Dependencies: [pacman-contrib](https://archlinux.org/packages/community/x86_64/p I use my system with systemd-boot and UKIs. To generate them I use dracut-ukify. Just install this package and remove mkinitcpio. You should test this once with pacman -S linux. If the next boot fails fallback to your old boot entries for debugging. +## Shell + +I use starship as prompt and have a few alias set to replace gnu tools with rust alternatives. +Just install exa, bat, fd, procs, dust, rg, btm and git-delta and customize your bashrc to your liking.