Skip to content

Instantly share code, notes, and snippets.

View AbdouTlili's full-sized avatar
:shipit:
DevOpsing

Abderrahmen errached TLILI AbdouTlili

:shipit:
DevOpsing
View GitHub Profile
@AbdouTlili
AbdouTlili / gist:ce00754bc3f268a6da0441539604157d
Created June 20, 2023 13:01
install zsh with extensions
sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting