Quick scripts for Solus, mostly for building and installing elementary apps from git.
Last active
June 16, 2016 19:59
-
-
Save quassy/0cc8c8adac8eeed02323 to your computer and use it in GitHub Desktop.
Solus Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias p+='sudo epkg install ' | |
alias p-='sudo epkg remove ' | |
alias p?='epkg search ' | |
alias p*='sudo epkg upgrade ' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /usr/lib/lightdm/lightdm/lightdm-set-defaults --autologin $USER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "THIS DOES NOT WORK YET" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "THIS DOES NOT WORK YET" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "THIS DOES NOT WORK YET" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setxkbmap en |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment