From c3c170241c317727d84d075562e51c79ba32c27c Mon Sep 17 00:00:00 2001 From: light <1870499383@qq.com> Date: Tue, 1 May 2018 13:59:28 +0800 Subject: [PATCH] env sh --- env/sysmonitor.sh | 3 +++ env/theme.sh | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 env/sysmonitor.sh create mode 100644 env/theme.sh diff --git a/env/sysmonitor.sh b/env/sysmonitor.sh new file mode 100644 index 0000000..6f6f215 --- /dev/null +++ b/env/sysmonitor.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor -y +sudo apt-get -y install indicator-sysmonitor \ No newline at end of file diff --git a/env/theme.sh b/env/theme.sh new file mode 100644 index 0000000..430fddd --- /dev/null +++ b/env/theme.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +sudo add-apt-repository ppa:noobslab/themes -y +sudo add-apt-repository ppa:noobslab/icons -y +sudo apt-get update +sudo apt-get -y install git unity-tweak-tool ultra-flat-icons flatabulous-theme zsh + +mkdir ~/program +git clone git://github.com/robbyrussell/oh-my-zsh.git ~/program/.oh-my-zsh + +bash ~/program/.oh-my-zsh/tool/install.sh + +chsh -s /usr/bin/zsh +