All Projects → sue445 → dotfiles

sue445 / dotfiles

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

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
Vim Script
2826 projects

ここを参考に環境構築

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].