Forked from Shiki https://github.com/shiki/dotfiles
Contains configuration files for ZSH, VIM, XCode, Sublime Text, and others.
- Clone to a local dir. Make sure to use
--recursive
when cloning or rungit submodules update --init --recursive
after cloning. - Install
- ZSH
- VIM
- MacVIM
- Slate
- Sublime Text 2
-
Symlink these files to
$HOME
dotfiles/.slate --> ~/.slate dotfiles/.vim --> ~/.vim dotfiles/.vimrc --> ~/.vimrc dotfiles/.zshenv --> ~/.zshenv dotfiles/.zprofile --> ~/.zprofile dotfiles/.zshrc --> ~/.zshrc dotfiles/.gitconfig --> ~/.gitconfig
-
Run
dotfiles/.osx
in Terminal. This sets up configs for Mac. Read the script before running it.
- Install all fonts for the Powerline plugin located in
dotfiles/.fonts
.
-
Make sure Sublime Text is not open.
-
Install Package Control manually.
-
Execute these commands in Terminal:
rm -rf ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User ln -s {dotfiles-location}/.sublime/Packages/User ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User
- Import
dotfiles/.appcode/settings.jar
Forked from Shiki https://github.com/shiki/dotfiles