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