Skip to content

Hartimer/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published