GitXplorerGitXplorer
t

tullie_files

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ff8b233f58cbd61e1d4ea090fc9fa75b551c62bf

Update zpreztorc, add iterm material theme

committed 8 years ago
Unverified
715dfaae3183291e53bd26036e3a7cffaa6e810b

Update README.md

ttullie committed 8 years ago
Unverified
a600aff0fbc9da014b360a13bdaec6f4e65ff2d0

Update README mac install

ttullie committed 8 years ago
Unverified
16ea57a6554e1742ecff9661faded409336f345b

Ignore clang-format

ttullie committed 8 years ago
Unverified
8a3b3391d62a5d2558f1433a72e6d26dc6040b2f

Add ycm support, add initial vim material theme

ttullie committed 8 years ago
Unverified
3275142f5eec2d7423a835d2c104d90f4887f091

Make compatible with mac

ttullie committed 8 years ago

README

The README file for this repository.

Tullie Files

Install

Mac install

  • Change capslock to ctrl

  • Run bin/osx

  • Install iTerm2

  • Install fonts

  • Change iTerm2 theme and font

  • git clone https://github.com/tullie/tullie_files $HOME/.tullie_files

  • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  • brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher

  • chsh -s /bin/zsh

  • ln -s "$HOME"/.tullie_files/zsh/zshrc "$HOME"/.zshrc

  • ln -s "$HOME"/.tullie_files/zsh/inputrc "$HOME"/.inputrc

  • ln -s "$HOME"/.tullie_files/zsh/editrc "$HOME"/.editrc

  • ln -s "$HOME"/.tullie_files/git/gitconfig "$HOME"/.gitconfig

  • ln -s "$HOME"/.tullie_files/git/gitignore "$HOME"/.gitignore

  • ln -s "$HOME"/.tullie_files/tmux/tmux.conf "$HOME"/.tmux.conf

  • ln -s "$HOME"/.tullie_files/vim/vimrc "$HOME"/.vimrc

  • ln -s "$HOME"/.tullie_files/vim "$HOME"/.vim

  • mkdir -p "$HOME"/.config/nvim && ln -s "$HOME"/.tullie_files/vim/init.vim "$HOME"/.config/nvim/init.vim

  • brew install fzf

  • $(brew --prefix)/opt/fzf/install

For zsh prompt themes - clone prezto in the prezto directory (recursively).

  • cd "$HOME"/.tullie_files/zsh/prezto && git clone --recurse-submodules -j8 https://github.com/sorin-ionescu/prezto.git .
  • ln -s "$HOME"/.tullie_files/zsh/prezto "$HOME"/.zprezto
  • ln -s "$HOME"/.tullie_files/zsh/zpreztorc "$HOME"/.zpreztorc

Install plugins in Vim

  • :PlugInstall