GitXplorerGitXplorer
t

tullie_files

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
27c23e14595c137b5f9637f6d1e868b5667ee12d

Remove non-personalized configs

committed 3 years ago
Unverified
f18afda5cb28ad05bbc972dc2f72e811d97b4d79

General update, add fzf, add nvim

committed 3 years ago
Verified
fd58c4081a335a40e320b59e135730ae329d5c8c

Update README.md

ttullie committed 7 years ago
Verified
13069fc9dc1036adfecebbd6a8b35c6b8532c59f

Update README.md

ttullie committed 7 years ago
Verified
c38ff1459b0a6281303b5be9f4ba896bc339310e

Update README.md

ttullie committed 7 years ago
Unverified
694d14fac9ba189120c94f32be06f1e29c8ccfff

Merge branch 'master' of https://github.com/tullie/tullie_files

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