Skip to content

asari-mtr/dotfiles

Repository files navigation

zshに変更

which zsh | sudo tee -a /etc/shells
chsh -s /bin/zsh

To install Vim with homebrew

brew install vim --with-luajit

dein をインストール

curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
sh ./installer.sh ~/.config/nvim/dein.vim
brew install zplug

tmux plugin

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

NERD font for nvim

brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
./setup.sh

Macの場合

brew install bundle
brew bundle

zsh補完の拡張

brew install zsh-cpmpletions
compinit
chmod go-w /usr/local/share

powerline

pip install powerline-stautus

sshの設定

$ vim ~/.ssh/config

以下を追加

Host *
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile ~/.ssh/id_rsa

以下を実行

$ eval "$(ssh-agent -s)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors