Skip to content

Instantly share code, notes, and snippets.

@wieczorek1990
Created June 24, 2024 22:27
Show Gist options
  • Save wieczorek1990/f691673e422029c9867f608dba1d5c04 to your computer and use it in GitHub Desktop.
Save wieczorek1990/f691673e422029c9867f608dba1d5c04 to your computer and use it in GitHub Desktop.
gedit for MacOS installation
# install brew from brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install gedit
brew install gedit
# link libpeas
brew link libpeas@1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment