Skip to content
Jason Hempstead edited this page Aug 21, 2020 · 1 revision

geany

Geany is a powerful, stable and lightweight programmer's text editor

requires:

apt install geany
yum install geany
pacman -S geany

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/geany/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/geany" "$HOME/.config/geany.bak"
git clone https://github.com/casjay-dotfiles/geany "$HOME/.config/geany"

geany wiki | geany site

Clone this wiki locally