-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap
executable file
·83 lines (75 loc) · 1.67 KB
/
bootstrap
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#!/usr/bin/env bash
sudo apt-get update
sudo apt-get install -y \
polybar \
curl \
make \
arc-theme \
imagemagick \
make \
fish \
flameshot \
feh \
fonts-firacode \
fzy \
git \
picom \
i3blocks \
i3lock \
i3status \
moka-icon-theme \
nnn \
pulseaudio \
python3 \
python3-pip \
rofi \
screenfetch \
terminator \
pass \
stow \
fortune \
cowsay \
lolcat \
vifm \
libiw-dev \
libnl-genl-3-dev \
libpulse-dev \
libxcb-xkb-dev \
libxcb-xrm-dev \
libxcb-cursor-dev \
cmake \
cmake-data \
pkg-config \
python3-sphinx \
libcairo2-dev \
libxcb1-dev \
libxcb-util0-dev \
libxcb-randr0-dev \
libxcb-composite0-dev \
xcb-proto \
libxcb-image0-dev \
libxcb-ewmh-dev \
libxcb-icccm4-dev \
libjsoncpp-dev \
libcurl4-openssl-dev \
neovim \
autoconf \
meson \
ninja-build \
libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf libxcb-xrm0 libxcb-xrm-dev automake libxcb-shape0-dev libxcb-xrm-dev
# Install i3 gaps
# clone the repository
git clone https://www.github.com/Airblader/i3.git i3-gaps
cd i3-gaps
rm -rf build/
mkdir -p build && cd build/
meson ..
ninja
sudo mv i3 /usr/bin/i3
cd ../../
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
xargs brew install < brew.txt
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
chsh -s /usr/bin/zsh
sudo cp i3.desktop /usr/share/xsessions
sudo update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/bin/i3 60