ykpythemind / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

git clone git@github.com:ykpythemind/dotfiles.git ~/dotfiles
cd ~/dotfiles

homebrew を入れる

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
cd ~/dotfiles
brew bundle

init script

sh ./init.sh

zsh

Setup

Mac OS

sudo vim /etc/shells # `brew --prefix zsh` の結果を追加
chsh -s `brew --prefix zsh`

neovim

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

:PlugInstall

About


Languages

Language:Shell 58.4%Language:Vim Script 28.8%Language:Ruby 10.3%Language:Lua 2.5%