Update 1.RockyLinux.md
This commit is contained in:
parent
17b6f14d1c
commit
b9e0edd5ec
@ -23,6 +23,18 @@ btop
|
||||
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
|
||||
|
||||
```sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user