Update 1.RockyLinux.md

This commit is contained in:
Ste Vaidis 2023-08-02 17:16:47 +03:00
parent 17b6f14d1c
commit b9e0edd5ec

View File

@ -23,6 +23,18 @@ btop
stress -c 4 -i 2 -d 1 stress -c 4 -i 2 -d 1
``` ```
# Oh My Posh
```sh
curl -s https://ohmyposh.dev/install.sh | bash -
mkdir -p .config/oh-my-posh/themes
wget -P .config/oh-my-posh/themes https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/capr4n.omp.json
wget -P .config/oh-my-posh/themes https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/aliens.omp.json
wget -P .config/oh-my-posh/themes https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/capr4n.omp.json
echo 'eval "$(oh-my-posh init bash --config ~/.config/oh-my-posh/themes/capr4n.omp.json)"' >> ~/.bashrc
exec bash
```
# Encrypted Partition # Encrypted Partition
```sh ```sh