momo-lab / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Install

webからとってきて直接実行するならこう

eval "$(curl -sL http://dot.momo-lab.net)"

上記のことを手動でやるならこう

dotfiles_path=~/ghq/github.com/momo-lab/dotfiles
mkdir -p $dotfiles_path
git clone https://github.com/momo-lab/dotfiles.git $dotfiles_path
cd $dotfiles_path
./install.sh init

Windowsの場合は、Git Bash上で実行すること。

Dependencies

Linux

apt-get とかで入れればよろし

  • git
  • vim
  • zsh
  • unzip (for ghr-get)

Windows

How to use

tmux

prefixは「Ctrl + t」。 とりあえず、「Ctrl+t」→「?」としておけば、できることがわかる。

About

My dotfiles


Languages

Language:Shell 79.4%Language:Vim Script 18.0%Language:Batchfile 2.6%