Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 755 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 755 Bytes

dotfiles (archived)

Warning

I've decided to make my dotfiles private going forward. Anything you see here is outdated but a good baseline for getting started on your own

Gotta have my dotfiles! Plays nicely with:

  • autojump
  • direnv
  • fzf
  • gcloud
  • git
  • nvim
  • oh-my-zsh
  • rbenv
  • scm_breeze
  • tmux

Installation

Use homesick to install these dotfiles

$ gem install homesick
$ homesick clone axsuul/dotfiles
$ homesick symlink dotfiles

Setup

vim

Ensure Vundle is installed

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Then run :PluginInstall within vim to install plugins.