Last active
January 3, 2016 18:27
-
-
Save mvoropaiev/783b2aaabd405a4372b9 to your computer and use it in GitHub Desktop.
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
# update system | |
zypper ref \ | |
&& zypper dup | |
# keepassx | |
zypper install keepassx | |
# google chrome | |
zypper install 'https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm' | |
# atom editor | |
zypper install 'https://github.com/atom/atom/releases/download/v1.3.2/atom.x86_64.rpm' | |
# nvidia (bumblebee) drivers | |
zypper addrepo 'http://download.opensuse.org/repositories/X11:Bumblebee/openSUSE_Tumbleweed/X11:Bumblebee.repo' \ | |
&& zypper refresh \ | |
&& zypper install nvidia-bumblebee nvidia-bumblebee-32bit \ | |
&& systemctl enable dkms | |
# arc theme | |
zypper addrepo 'http://download.opensuse.org/repositories/home:Horst3180/openSUSE_Tumbleweed/home:Horst3180.repo' \ | |
&& zypper refresh | |
&& zypper install arc-theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment