Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.88 KB

File metadata and controls

63 lines (46 loc) · 1.88 KB

dotfiles

This repository keeps the dotfiles I use to make my terminal look nice and pretty. Mainly these consist of customizations to Vim.

Installation

  • Clone the thing somewhere
cd ~/Documents
git clone https://github.com/nrodrigues/dotfiles.git
  • Fetch submodules
cd ~/Documents/dotfiles
git submodule init
git submodule update
  • Link the files into your home directory
cd ~
ln -s ~/Documents/dotfiles/vimrc .vimrc
ln -s ~/Documents/vim .vim
  • Import one of the terminal color schemes into Terminal.app

    • They're in terminal/colors/solarized
  • Install one of the powerline patched Inconsolata fonts available in https://github.com/Lokaltog/powerline-fonts

    • I highly recommend InconsolataDz
    • You might also want to reduce Terminal.app's smoothing heavy text rendering:
      • defaults write com.apple.Terminal AppleFontSmoothing -int 1

What's in it