From 69dd383e92a1aa9aea48d380164e3956e43382de Mon Sep 17 00:00:00 2001 From: Lukian Date: Mon, 25 Nov 2024 17:32:39 +0100 Subject: [PATCH] Saataa andagii ! --- README.md | 2 +- install.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32fb9b2..d073972 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation -- `git clone https://gitlab.leizour.fr/lucien/dotfiles/` +- `git clone https://git.leizour.fr/lucien/dotfiles/` - `cd dotfiles` - `bash install.sh` diff --git a/install.sh b/install.sh index 07d443b..0c860ab 100644 --- a/install.sh +++ b/install.sh @@ -3,4 +3,7 @@ yay -S hyprland kitty wofi waybar hyprlock sddm hyprcursor wlogout network-manager-applet brightnessctl dunst cp -r ./.config ~/ cp -r ./.local ~/ +git clone https://github.com/chrissicool/zsh-256color ~/.oh-my-zsh/plugins/zsh-256color +git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/plugins/zsh-autosuggestions +git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.oh-my-zsh/plugins/zsh-syntax-highlighting