Arch-Config/README.md
2024-09-30 21:49:05 +02:00

21 lines
908 B
Markdown

<img width=150 height=50 align=right src="https://archlinux.org/static/logos/archlinux-logo-light-1200dpi.7ccd81fd52dc.png">
# Arch-Config
In this repository I will track some of the customizings I did on my Arch System
At this time most changes are missing. I will try to change this over time.
## Pacman-Hooks
My current pacman hooks
Dependencies: [pacman-contrib](https://archlinux.org/packages/community/x86_64/pacman-contrib/)
## Dracut
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.