12 lines
380 B
Bash
12 lines
380 B
Bash
#!/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
|
|
sudo apt install git zsh
|
|
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/program/.oh-my-zsh
|
|
|
|
bash ~/program/.oh-my-zsh/tools/install.sh
|