Skip to content

Instantly share code, notes, and snippets.

View Rabin016's full-sized avatar

Rabin Chakraborty Rabin016

  • Bangladesh
View GitHub Profile
@yovko
yovko / ohmyzsh.md
Last active May 24, 2025 18:46
ZSH (using Oh My ZSH) on Manjaro Linux

ZSH (using Oh My ZSH) on Manjaro Linux

0. If ZSH is not already installed on your Manjaro system you can do it with the command:

sudo pacman -Syu zsh

You do not need to install manjaro-zsh-config and all the other related packages like zsh-syntax-highlighting, zsh-history-substring-search, zsh-autosuggestions, etc., as we will use Oh My Zsh.

@bradtraversy
bradtraversy / webdev_online_resources.md
Last active June 4, 2025 00:26
Online Resources For Web Developers (No Downloading)

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by