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

axsuul/dotfiles-archived

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.