Skip to content

Instantly share code, notes, and snippets.

View georgiosgiatsidis's full-sized avatar
🕸️

Georgios Giatsidis georgiosgiatsidis

🕸️
View GitHub Profile
@georgiosgiatsidis
georgiosgiatsidis / rm_mysql.md
Created May 5, 2020 07:14 — forked from vitorbritto/rm_mysql.md
Remove MySQL completely from Mac OSX

Remove MySQL completely

  1. Open the Terminal

  2. Use mysqldump to backup your databases

  3. Check for MySQL processes with: ps -ax | grep mysql

  4. Stop and kill any MySQL processes

  5. Analyze MySQL on HomeBrew:

brew remove mysql

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