feat: update 2026

This commit is contained in:
2026-05-11 14:52:42 +02:00
parent d5219b142a
commit 5c231872df
5 changed files with 95 additions and 161 deletions

View File

@@ -1 +1,40 @@
# SHell config repository from Ward Truyen 2025
# Shell config from Ward Truyen 2026
Use the makefile for a fast install
## How to
### Use the BASH config
Copy the `.bash*` files from here to your home folder `~/`
```bash
cp ./.bashrc ~/
cp ./.bash_profile ~/
cp ./.bash_config ~/
```
or
```make
make instal-bash-config
```
### Use the ZSH config
- Install the zsh package (pacman)
- Copy the `.zsh*` files from here to your home folder `~/`
```bash
sudo pacman -S --needed zsh
cp ./.zshrc ~/
```
or
```make
make instal-packages
make instal-zsh-config
```