Beautify Your Terminal – Configuring The Shell



Beautify Your Terminal – Configuring The Shell

Beautify Your Terminal - Configuring The Shell

Hey there! My name’s Ilham. Welcome to the 1st episode of a mini series – Beautify Your Terminal, a series which I’ll be showing you all how to configure and add some bling to your terminal. Today’s video was me showing how to configure the shell to look better.

• Distro Used: Arch Linux

– INSTALLATION COMMANDS –

• sudo pacman -Sy zsh (use your specific distro’s respectable package manager)
• sh -c “$(curl -fsSL https://raw.githubusercontent.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

– LINKS –

• OhMyZSH Website: https://ohmyz.sh/
• zsh-autosuggestions GitHub Repository: https://github.com/zsh-users/zsh-autosuggestions
• zsh-syntax-highlighitng GitHub Repository: https://github.com/zsh-users/zsh-syntax-highlighting

– SOCIALS –

• Discord: https://discord.gg/XtW2StPmtA
• Instagram: https://instagram.com/ilhamisbored
• GitHub: https://github.com/ilhamisbored

Comments are closed.