This repository was archived by the owner on Jul 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
executable file
·65 lines (55 loc) · 1.71 KB
/
Copy pathinstall.sh
File metadata and controls
executable file
·65 lines (55 loc) · 1.71 KB
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
60
61
62
63
64
65
#!/bin/bash
sudo apt update && sudo apt install -y \
i3 \
i3blocks \
redshift redshift-gtk \
scrot \
ranger \
rofi \
feh \
git \
pavucontrol \
zsh \
arandr \
xdotool \
git \
stow \
compton \
neofetch \
autoconf \
automake \
libtool \
python3-dev \
python3-pip \
copyq \
ack \
vim \
tig \
fonts-font-awesome\
xclip \
python3-pyqt5
# Install oh-my-zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s `which zsh`
# Install powerlevel9k zsh theme along with fonts
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf
wget "https://use.fontawesome.com/releases/v5.0.13/fontawesome-free-5.0.13.zip"
mkdir ~/.local/
mkdir ~/.local/share/
mkdir ~/.local/share/fonts/
unzip fontawesome-free-5.0.13.zip
sudo cp fontawesome-free-5.0.13/use-on-desktop/* /usr/local/share/fonts/
fc-cache -f -v
mv PowerlineSymbols.otf ~/.local/share/fonts/
fc-cache -vf ~/.local/share/fonts/
mkdir ~/.config/fontconfig/
mkdir ~/.config/fontconfig/conf.d/
mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/
sudo apt install pkg-config libxcb1 libpam-dev libcairo2-dev libxcb-composite0 libxcb-composite0-dev libxcb-xinerama0-dev libev-dev libx11-dev libx11-xcb-dev libxkbcommon0 libxkbcommon-x11-0 libxcb-dpms0-dev libxcb-image0-dev libxcb-util0-dev libxcb-xkb-dev libxkbfile-dev libxkbcommon-x11-dev libxkbcommon-dev
git clone https://github.com/SuperPrower/i3lock-fancier.git
cd i3lock-fancier
sudo make install
sudo snap install pycharm-professional
sudo snap install dropbox