1 Star 0 Fork 0

or22 / spf13-vim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
only_ln.sh 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
or22 提交于 2016-07-17 11:42 . lots of changes
#!/usr/bin/env bash
############################################################
## Author:
## Benjamin Chan <italkbenjamin@gmail.com>
## http://www.3vtea.com
##
## File: only_ln.sh
## Create Date: 2015-02-11 09:57
############################################################
/bin/mkdir ~/.beforeUsingSpf13
/bin/mv ~/.bashrc ~/.beforeUsingSpf13/.bashrc.bak
/bin/mv ~/.inputrc ~/.beforeUsingSpf13/.inputrc.bak
/bin/mv ~/.vimrc* ~/.beforeUsingSpf13
/bin/mv ~/.vim ~/.beforeUsingSpf13
/bin/mv ~/.tmux.conf ~/.beforeUsingSpf13
/bin/mv ~/.tmux ~/.beforeUsingSpf13
/bin/mv ~/.vimperator/ ~/.beforeUsingSpf13
/bin/mv ~/.vimperatorrc ~/.beforeUsingSpf13
/bin/mkdir ~/.vim
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
#curl -L http://install.ohmyz.sh | sh
/bin/ln -s ~/spf13-vim/vimrc_with_no_plugins ~/.vimrc
/bin/ln -s ~/spf13-vim/plugin/ ~/.vim/
/bin/ln -s ~/spf13-vim/colors/ ~/.vim/
/bin/ln -s ~/spf13-vim/templates ~/.vim/
/bin/ln -s ~/spf13-vim/.tmux.conf ~/
/bin/ln -s ~/spf13-vim/.vimperator/ ~/.vimperator
/bin/ln -s ~/spf13-vim/.vimperatorrc ~/.vimperatorrc
#ln -s ~/spf13-vim/.zshrc ~/
#mkdir ~/.antigen
#ln -s ~/spf13-vim/antigen/* ~/.antigen/
/bin/ln -s ~/spf13-vim/tmux ~/.tmux
/bin/ln -s ~/spf13-vim/.bashrc ~/.bashrc
/bin/ln -s ~/spf13-vim/.inputrc ~/.inputrc
/bin/ln -s ~/spf13-vim/zshrc ~/.zshrc
source ~/.bashrc
source ~/.inputrc
VimL
1
https://gitee.com/or22/spf13-vim.git
git@gitee.com:or22/spf13-vim.git
or22
spf13-vim
spf13-vim
master

搜索帮助