Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

Setup for OS X

cd ~
git clone git://github.com/r-plus/dotfiles.git
mkdir -p ~/.vim/bundle
mkdir -p ~/.vim/view
mkdir -p ~/.vim/swap
mkdir -p ~/.vim/after
ln -s ~/dotfiles/vimrc ~/.vimrc
ln -s ~/dotfiles/.bashrc ~/.bashrc
ln -s ~/dotfiles/.bash_profile ~/.bash_profile
ln -s ~/dotfiles/.ssh/config ~/.ssh/config
ln -s ~/dotfiles/.vim/after/ftplugin ~/.vim/after/ftplugin
ln -s ~/dotfiles/.lynxrc ~/.lynxrc
ln -s ~/dotfiles/.gitconfig ~/.gitconfig
git clone git://github.com/Shougo/neobundle.vim.git ~/.vim/bundle/neobundle.vim
ln -s /usr/local/share/git-core/contrib/diff-highlight/diff-highlight /usr/local/bin/diff-highlight

modify remote repository (for author)

cd ~/dotfiles
git remote rm origin
git remote add origin [email protected]:r-plus/dotfiles.git

Vim-Plugins

  • Install | :NeoBundleInstall
  • Update | :NeoBundleUpdate
  • Remove | :NeoBundleClean

get vim-ref ref file.

wget --no-check-certificate https://gist.github.com/r-plus/2762277/raw/c8cf993bec75b819759fad524b7b6b4661d41209/alc.vim .vim/bundle/vim-ref/autoload/ref/alc.vim
// or
curl -o .vim/bundle/vim-ref/autoload/ref/alc.vim -k https://gist.github.com/r-plus/2762277/raw/c8cf993bec75b819759fad524b7b6b4661d41209/alc.vim

for Windows KaoriYa-vim(used mingw and minsys)

First, install mingw, minsys and git.

http://git-scm.com/
http://sourceforge.net/projects/mingw/files/

if you using proxy, set below (git bash)

export HTTP_PROXY=http://PROXY_HOSTorIP:PORT
export HTTPS_PROXY=http://PROXY_HOSTorIP:PORT
// or
git config --global http.proxy <PROXY_HOST or IP-Address>:<PORT>

proxy setting for cmd.exe

proxycfg -u
// or below for Windows 7 or later
netsh winhttp import proxy source=ie

then clone neobundle and dotfiles.

cd
mkdir -p vimfiles/bundle
mkdir -p vimfiles/swap
mkdir -p vimfiles/after
git clone https://github.com/Shougo/neobundle.vim.git vimfiles/bundle/neobundle.vim
git clone https://github.com/r-plus/dotfiles.git

copy rc files and ftplugins

cp ~/dotfiles/vimrc ~/vimfiles/vimrc
cp ~/dotfiles/gvimrc ~/vimfiles/gvimrc
cp -a ~/dotfiles/after/* ~/vimfiles/after/

install plugins! (Please use correct vim that can be used git(git.exe))

:NeoBundleInstall

Lynx for Windows

Lynx for Win32 - http://lynx-win32-pata.sourceforge.jp/index-ja.html

Lynx via proxy

You must set proxy in lynx.cfg

http_proxy:http://PROXY_SERVER:PORT/

the_platinum_searcher

get pt binary from github

vimdiff for Windows

dotfiles's People

Contributors

r-plus avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.