-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
executable file
·81 lines (72 loc) · 1.48 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#!/bin/sh
# if [ "$(whoami)" != "root" ]; then
# echo "Sorry, you are not root."
# exit 1
# fi
# Для снятия блокировки необходимо выполнить
# sudo fuser -vki /var/lib/dpkg/lock
if [ "$(id -u)" != "0" ]; then
echo "Sorry, you are not root."
exit 1
fi
apt update && apt -y upgrade && apt -y install \
abook \
alsa \
awesome \
awesome-extra \
chromium-browser \
cloc \
cowsay \
dunst \
emacs \
festival \
festvox-ru \
fim \
firefox \
firefox-locale-ru \
git \
git-extras \
hddtemp \
htop \
kbdd \
libncurses5-dev \
libncursesw5-dev \
libnotify4 \
libnotify-bin \
lightdm \
lightdm-webkit-greeter \
mc \
mediainfo \
pass \
prelink \
preload \
ranger \
rxvt-unicode-256color \
scrot \
silversearcher-ag \
stow \
terminology \
tmux \
vim \
vim-nox \
vim-nox-py2 \
vlc \
w3m \
wicd \
wicd-curses \
wicd-cli \
xterm \
zathura \
zram-config \
zsh
git clone https://github.com/antares-me/dotfiles/
cd ./dotfiles
cp ./lightdm/lightdm.conf /etc/lightdm/lightdm.conf
chsh -s /bin/zsh
prelink -amfR
service lightdm restart
#Для сборки debugclient понадобится libtool-bin
#Doom
#sudo apt install prboom-plus doom-wad-shareware
pip install img2txt.py
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"