Skip to content

kk-capy/dotfiles

Repository files navigation

my dotfiles

description

  • dotfile types
    • zsh
    • tmux
    • vim
    • (powerline)
    • atom
  • TargetOS
    • Linux
    • Mac

usage

sh ./setup-all.sh

pre install

事前にインストールする

  • zsh
  • git
  • python + pip
  • (mac)HomeBrew
  • peco

(mac)brew install

brew install wget
brew install python 
brew install peco

install pip

powerlineを使用するためにpipをインストールする

mkdir ~/tmp
cd ~/tmp
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

pip install --user powerline-status

create .zshrc.local

~/.zshrc.localは環境依存の処理を定義する powerlineを使用する場合 POWERLINE_PATH="[powerlineのパス]" の設定を含める

dotfiles/.zshrc.[hostname] のファイルが存在すればsetup時に初期設定として使用される

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published