File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
-
4
-
5
3
# 软件源设置 参考:https://mirrors.ustc.edu.cn/repogen/
6
4
mv /etc/apt/sources.list /etc/apt/sources.list.bak
7
5
8
-
9
6
echo " deb http://mirrors.ustc.edu.cn/ubuntu/ xenial main restricted universe multiverse
10
7
deb-src http://mirrors.ustc.edu.cn/ubuntu/ xenial main restricted universe multiverse
11
8
@@ -30,6 +27,10 @@ apt-get -y install git vim curl zsh php7.0 nginx
30
27
# zsh
31
28
sh -c " $( wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -) "
32
29
30
+ # zsh-autosuggestions
31
+ git clone https://github.com/zsh-users/zsh-autosuggestions ~ /.zsh/zsh-autosuggestions
32
+ source ~ /.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
33
+
33
34
# awesome vim
34
35
git clone --depth=1 https://github.com/amix/vimrc.git ~ /.vim_runtime
35
36
sh ~ /.vim_runtime/install_awesome_vimrc.sh
You can’t perform that action at this time.
0 commit comments