Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.36 KB

dotfiles

Setup

Colours

  • Set terminal colour scheme to "Solarized Dark" and palette to "Solarized"

Bash

  • Symlink .bash_aliases to ~/.bash_aliases (sourced in .zshrc)

Vim

  • Install vim (gVim, macVim, etc)
  • Symlink the correct .vimrc to ~/.vimrc
  • Install Vundle
  • Install Vim Colours Solarized
  • From Vim, run :PluginInstall to install plugins
  • Install Ag to be able to use the Vim-Ag plugin

Zsh

TMUX

  • Install TPM
  • Symlink .tmux.conf to ~/.tmux.conf
  • Source TMUX conf
  • Install plugins using <leader>I

TODO

  • Create vimrc for Windows and Linux (I don't think they all work with the same vimrc very well)
  • Add .bashrc
  • Install Oh My Zsh in the same location (osx installs in a different place to Linux :( )