Skip to content

Commit 4baeae4

Browse files
authored
Update ubuntu_16.04_init.sh
add awesome vim
1 parent e1e47a8 commit 4baeae4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ubuntu_16.04_init.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ apt-get update
2727
#base software
2828
apt-get install git vim curl zsh
2929

30+
#zsh
3031
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
3132

33+
#awesome vim
34+
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
35+
sh ~/.vim_runtime/install_awesome_vimrc.sh
3236

3337
# add ssh key
3438
if [ ! -d ~/.ssh ]

0 commit comments

Comments
 (0)