Last active
December 28, 2015 22:59
-
-
Save qdx/7576027 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for this thing to work, you have to manually setup ssh identity and add it to | |
# bitbucket first(in order to clone vimwiki) | |
cd ~/ | |
# install git | |
sudo apt-get install git | |
# get gitconfig | |
curl https://gist.github.com/qdx/7554766/raw/ed205920a624ac4c7290b3fd4c7841ba6e47c8f5/.gitconfig -o .gitconfig | |
# install vim 7.4 | |
sudo apt-get install python-software-properties | |
sudo add-apt-repository ppa:fcwu-tw/ppa | |
sudo apt-get update | |
sudo apt-get install vim | |
# install spf13 vim distribution | |
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh | |
# get my personal vimwiki | |
cd ~/ | |
git clone [email protected]:DChar/vimwiki.git .vimwiki | |
# get my personal vim configs | |
curl https://gist.github.com/qdx/7575672/raw/f8d94c31f6f77cc542167231d146759057ef327b/.vimrc.bundles.local -o .vimrc.bundles.local | |
curl https://gist.github.com/qdx/7575666/raw/bff9cba08241915d2a8e8bfc42e59445367b1ae8/.vimrc.local -o .vimrc.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment