Skip to content

Instantly share code, notes, and snippets.

@quassy
Last active June 16, 2016 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quassy/0cc8c8adac8eeed02323 to your computer and use it in GitHub Desktop.
Save quassy/0cc8c8adac8eeed02323 to your computer and use it in GitHub Desktop.
Solus Snippets
alias p+='sudo epkg install '
alias p-='sudo epkg remove '
alias p?='epkg search '
alias p*='sudo epkg upgrade '
sudo /usr/lib/lightdm/lightdm/lightdm-set-defaults --autologin $USER
echo "THIS DOES NOT WORK YET"
echo "sqlheavy not available (also unmaintained?)"
sudo eopkg install cmake vala
cmake
Vala >=0.23.2
glib >=2.29.0
gio-2.0
Gtk+ >=3.10
libgee-0.8
granite-0.3
sqlheavy-0.1
mkdir ~/git/
cd ~/git/
git clone git://gitorious.org/sqlheavy/sqlheavy.git
echo "THIS DOES NOT WORK YET"
echo "THIS DOES NOT WORK YET"
echo "python-sqlite??"
sudo eopkg install libgtk-3-devel gobject-introspection gstreamer-1.0 python3 intltool itstool totem-pl-parser-devel python3-cairo python3-dbus python3-gobject python3-pylast
mkdir ~/git/
cd ~/git/
git clone https://github.com/gnumdk/lollypop.git
cd lollypop
./autogen.sh
make
make install
echo "THIS DOES NOT WORK YET"
sudo eopkg install automake glib2-devel libx11-devel vala granite-devel sqlite3-devel libgee-devel libgtk-3-devel libtool
mkdir ~/git/
cd ~/git/
git clone https://github.com/agronick/Relay.git
mkdir Relay/build/
cd Relay/build/
../autogen.sh
make
sudo make install
echo "THIS DOES NOT WORK YET"

Quick scripts for Solus, mostly for building and installing elementary apps from git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment