Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -26,17 +26,22 @@
|
|||||||
## Installation
|
## Installation
|
||||||
### Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
|
### Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
|
||||||
``` sh
|
``` sh
|
||||||
|
apt update && apt install zsh git curl rsync net-tools dnsutils htop iotop tmux gnupg2 fonts-font-awesome fonts-powerline -y
|
||||||
|
|
||||||
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||||
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||||
|
|
||||||
git clone https://github.com/JannoTjarks/catppuccin-zsh.git
|
git clone https://github.com/JannoTjarks/catppuccin-zsh.git
|
||||||
mkdir ~/.oh-my-zsh/themes/catppuccin-flavors
|
mkdir ~/.oh-my-zsh/themes/catppuccin-flavors
|
||||||
|
mv catppuccin-zsh/catppuccin.zsh-theme /root/.oh-my-zsh/themes
|
||||||
ln catppuccin-zsh/catppuccin.zsh-theme ~/.oh-my-zsh/themes/
|
mv catppuccin-zsh/catppuccin-flavors/ /root/.oh-my-zsh/themes/
|
||||||
ln catppuccin-zsh/catppuccin-flavors/* ~/.oh-my-zsh/themes/catppuccin-flavors
|
mv catppuccin-zsh/.zshrc /root/.zshrc
|
||||||
|
source /root/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Add the following lines to you zsh configuration:
|
Add the following lines to you zsh configuration:
|
||||||
``` sh
|
``` sh
|
||||||
ZSH_THEME="catppuccin"
|
|
||||||
CATPPUCCIN_FLAVOR="mocha" # Required! Options: mocha, flappe, macchiato, latte
|
|
||||||
CATPPUCCIN_SHOW_TIME=true # Optional! If set to true, this will add the current time to the prompt.
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user