Simplify your commands
A tool to manage your bash aliases.
First you will need to install elementary SDK
sudo apt install elementary-sdk
These dependencies must be present before building
valac
gtk+-3.0
granite
You can install these on a Ubuntu-based system by executing this command:
sudo apt install valac libgtk-3-dev libgranite-dev
meson build --prefix=/usr
cd build
ninja
sudo ninja install
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
ZSH is not supported out of the box. It is however possible to use the application with ZSH if you add the following lines to your .zshrc
file.
if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases
fi;