shihyuho / dotfiles-backups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

A collection of dotfiles for my MacBook.

$ git clone git@github.com:shihyuho/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ make

homebrew

https://brew.sh/index_zh-tw

zsh

https://github.com/getantibody/antibody

# install zsh & plugin manager
$ brew install zsh && chsh -s /bin/zsh
$ brew install getantibody/tap/antibody

# install iTerm2
$ brew cask install iterm2

# config zsh plugin
$ make zsh

package manager

https://github.com/pyenv/pyenv-installer

# https://github.com/pyenv/pyenv-installer
$ curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash

# https://github.com/pyenv/pyenv-virtualenv
$ git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv

pyenv/pyenv#1219

vim

vim-plug: https://github.com/junegunn/vim-plug

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
      https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimi

# config
$ make vim

nnn

  • 依賴
$ brew install moreutils

About


Languages

Language:Vim Script 46.5%Language:Shell 32.6%Language:Makefile 21.0%