-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.sh
35 lines (24 loc) · 1.18 KB
/
init.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
sudo apt-get update
sudo sh -c "echo "US/Eastern" > /etc/timezone"
sudo dpkg-reconfigure -f noninteractive tzdata
sudo debconf-set-selections <<< "postfix postfix/mailname string $HOSTNAME"
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev jq xclip libevent-dev texinfo build-essential texinfo libx11-dev \
libxpm-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libncurses-dev libxpm-dev \
automake autoconf libevent-dev libgtk-3-dev mailutils libgnutls28-dev aspell-en zip\
xauth x11-apps software-properties-common fzf direnv trash-cli libxaw7-dev
# libgtk2.0-dev libgnutls-dev
# docker
# curl -fsSL get.docker.com -o get-docker.sh
# sh get-docker.sh
# sudo groupadd docker
# sudo usermod -aG docker $USER
# git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "Mark"
bash install_python.sh
bash install_tmux.sh
bash install_emacs.sh
bash toHome.sh