env sh
This commit is contained in:
parent
7f9f12c509
commit
c3c170241c
3
env/sysmonitor.sh
vendored
Normal file
3
env/sysmonitor.sh
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor -y
|
||||||
|
sudo apt-get -y install indicator-sysmonitor
|
||||||
13
env/theme.sh
vendored
Normal file
13
env/theme.sh
vendored
Normal file
@ -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
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user