diff --git a/.zshrc b/.zshrc index e64f239..dadc430 100644 --- a/.zshrc +++ b/.zshrc @@ -101,4 +101,6 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" alias vi="vim" alias ll="ls -la" +source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh eval "$(starship init zsh)" diff --git a/nobara_post.sh b/nobara_post.sh index 187e58e..aabfe7a 100755 --- a/nobara_post.sh +++ b/nobara_post.sh @@ -44,4 +44,4 @@ dnf install zsh curl -sS https://starship.rs/install.sh | sh -echo 'Préparation terminée, executez sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" puis il est recommandé de redémarrer ! Pour appliquer les icons ouvrez ajustement et appliquez kora. Pour la customisation de zsh, executez sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"' +echo 'Préparation terminée, executez il est recommandé de redémarrer ! Pour appliquer les icons ouvrez ajustement et appliquez kora. Pour la customisation de zsh, executez sh -c "$(curl -fsSL https://raw.githubusercontent.com/BreizhHardware/post_install/main/zsh_custom.sh)"' diff --git a/zsh_custom.sh b/zsh_custom.sh index 0340a58..d810b8c 100644 --- a/zsh_custom.sh +++ b/zsh_custom.sh @@ -1,4 +1,6 @@ rm -rf ~/.zshrc sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -wget -cp .zshrc ~/.zshrc \ No newline at end of file +wget https://raw.githubusercontent.com/BreizhHardware/post_install/main/.zshrc +cp .zshrc ~/.zshrc +git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions +git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting \ No newline at end of file