GitXplorerGitXplorer
t

tullie_files

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0e1373c542cb64e4bc329c26cb2dc3ce6367279b

Remove coc

ttullie committed 3 years ago
Unverified
158cecbe4c43c418f3cf63890cd7fe63a34f0e7d

Remove user git details

committed 3 years ago
Unverified
0b97f5c10816fdc47009b18d2bbe772cca72842b

Add ubuntu support and install scripts

committed 3 years ago
Unverified
39e555ed4ac54906bb7fced6e8579a8313ccba8d

Fix brew path in install, update osx bin

committed 3 years ago
Unverified
34ba9450a28cb925047c390b9a82d3f986f85ec0

Add install script

committed 3 years ago
Unverified
b08d7f1efe50f1a3c7355544160f0166cd48f1ea

Remove fasd, fix readme

committed 3 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