feat: update 2026
This commit is contained in:
41
README.md
41
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user