-
Notifications
You must be signed in to change notification settings - Fork 17
/
debian-setup.sh
executable file
·62 lines (60 loc) · 1.08 KB
/
debian-setup.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
60
61
62
#!/bin/bash
TMP_FOLDER=/tmp/dots
mkdir -p "$TMP_FOLDER"
wget --output-document "$TMP_FOLDER/task_linux_386.deb" https://github.com/go-task/task/releases/latest/download/task_linux_386.deb
sudo dpkg -i "$TMP_FOLDER/task_linux_386.deb"
# install all debian packages needed for my dotfiles
sudo apt -y install \
autoconf \
autojump \
automake \
bat \
bison \
build-essential \
clangd-13 \
curl \
fop \
git \
global \
httpie \
inotify-tools \
libbz2-dev \
libclang-13-dev \
libffi-dev \
libgl1-mesa-dev \
libglu1-mesa-dev \
libmnl-dev \
liblzma-dev \
libncurses-dev \
libncurses5-dev \
libncursesw5-dev \
libpng-dev \
libreadline-dev \
libsqlite3-dev \
libssh-dev \
libssl-dev \
libterm-readkey-perl \
libwxgtk3.0-gtk3-dev \
libxml2-dev \
libxml2-utils \
libxmlsec1-dev \
m4 \
openjdk-11-jdk \
pkg-config \
postgresql \
postgresql-client \
pspg \
python3-tk \
ruby \
squashfs-tools \
ssh-askpass \
tk-dev \
tmux \
tree \
universal-ctags \
unixodbc-dev \
wx-common \
xsltproc \
xz-utils \
zlib1g-dev \
zsh