forked from brunodles/i3wm-conf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
59 lines (49 loc) · 1.84 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#! /bin/bash
echo
echo "We will install the fonts into system, so the root permission/password is required during installing"
echo
# Install I3wm and I3blocks
sudo apt-get install i3 -y
sudo apt-get install i3blocks -y
# Clone My i3wm config
mv ~/.config/i3 ~/.config/i3_old
mkdir ~/.config/i3
cd ~/.config/i3/
git clone https://github.com/brunodles/i3wm-conf.git .
# Install FontAwesome
mkdir ~/.fonts
wget https://github.com/FortAwesome/Font-Awesome/raw/master/fonts/fontawesome-webfont.ttf
mv fontawesome-webfont.ttf ~/.fonts/
# To change the background
sudo apt-get install feh -y
# File explorer
sudo apt-get install thunar -y
# Custom theme
sudo apt-get install gnome-icon-theme-full -y
sudo apt-get install lxappearance -y
# Lockscreen
sudo apt-get install scrot -y
# Install zsh
sudo apt-get install zsh -y
chsh -s $(which zsh)
# Install custom fonts
mkdir ~/customization
cd ~/customization/
git clone https://github.com/powerline/fonts.git
cd fonts/
./install.sh
# Install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Install My custom zsh-theme
mkdir ~/.oh-my-zsh/custom/themes
curl -o ~/.oh-my-zsh/custom/themes/agnoster-lima.zsh-theme https://gist.githubusercontent.com/brunodles/9bb7c3ff4e2a7b9e9bddece9082c35ca/raw/lima-agnoster.zsh-theme
# Install My .zshrc file
curl -o ~/.zshrc https://gist.githubusercontent.com/brunodles/c0d5fa8dfddeb6af24dde4f1f00854a3/raw
# Instal custom color theme
wget http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_15.10/Release.key
sudo apt-key add - < Release.key
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_15.10/ /' >> /etc/apt/sources.list.d/arc-theme.list"
sudo add-apt-repository -y ppa:moka/stable
sudo apt-get update
sudo apt-get install -y arc-theme
sudo apt-get install -y moka-icon-theme