Skip to content

.files, including ~/.osx — sensible hacker defaults for OS X

License

Notifications You must be signed in to change notification settings

ichuan/dotfiles

 
 

Repository files navigation

Intro

This is yc's dotfiles(keywords: bash, vim), originally forked from mathiasbynens/dotfiles

Install

Using git clone:

git clone --depth 1 --shallow-submodules --recursive https://github.com/ichuan/dotfiles.git
bash dotfiles/bootstrap.sh -f

Or using release file:

wget https://github.com/ichuan/dotfiles/releases/latest/download/dotfiles.tar.gz -O - | tar xzf -
bash dotfiles/bootstrap.sh -f

Then, install YouCompleteMe plugin of vim:

# 1. install a vim with python3 support
# debian
apt install -y cmake vim-nox
# macOS
brew install cmake vim

# 2. install, add `--ts-completer` or `--force-sudo` if needed
python3 ~/.vim/bundle/YouCompleteMe/install.py

Making release

# using https://github.com/Kentzo/git-archive-all
python /path/to/git_archive_all.py --prefix=dotfiles dotfiles.tar.gz

About

.files, including ~/.osx — sensible hacker defaults for OS X

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 76.3%
  • Shell 23.7%