sue445 / dotfiles

自分用の設定ファイルとか

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ここを参考に環境構築

http://d.hatena.ne.jp/holypp/20110515/1305443997

homebrew使うこと前提

セットアップ

cd ~/
git clone https://github.com/sue445/dotfiles.git
cd dotfiles
./setup.sh
vi ~/.gitconfig.local

git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
# :NeoBundleInstall

source ~/.bash_profile

tm

# Install tmux plugin
prefix + I

~/.bash_profile

source ~/.bashrc

# source ~/dotfiles/init_rbenv.txt
# source ~/dotfiles/init_pipenv.txt
# source ~/dotfiles/init_nodenv.txt

# source "/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc"
# source "/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc"

export GOPATH="$HOME/go"
export PATH=$GOPATH/bin:$PATH

export BASH_SILENCE_DEPRECATION_WARNING=1

mergetoolにp4mergeを使う

ln -s ~/dotfiles/scripts/p4merge /usr/local/bin/p4merge

Vimコマンド

チートシート

http://www.namaraii.com/files/vim-cheatsheet.pdf

Vimプラグイン

NERDTreeのショートカット

http://vimwiki.net/?scripts%2F18

About

自分用の設定ファイルとか


Languages

Language:Shell 45.1%Language:Ruby 33.3%Language:Vim Script 21.7%