aurbano / dotfiles

copy of my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This are my personal dotfiles, and probably won't work out of the box for you.

If you want your own dotfiles, I'd recommend following @Paul Irish's guide, he's written great documentation.

My vim settings and plugins have been extended from his, so if you use vim a lot it might be worth using this version.

Getting started

$ git clone https://github.com/aurbano/dotfiles.git ~/dotfiles

Vim

First install vim & dependencies

$ brew install vim          # Mac OSX
$ sudo apt-get install vim  # Linux (Ubuntu...)
$ sudo yum install vim      # Linux (CentOS, Fedora, Red Hat...)

Install vim plugin managers:

# vundle
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ ln -s ~/dotfiles/.vim ~/.vim
$ ln -s ~/dotfiles/.vimrc ~/.vimrc

Now open vim, and run

:PlugInstall

This will install the rest of the plugins for you. Then restart vim.

Font

Download from https://github.com/abertsch/Menlo-for-Powerline

Everything else

The rest of the things are optional and depend on what you need. There are some scripts that automate mostly everything, so maybe open them, decide which parts you like, and delete/comment out the rest:

  • brew.sh & brew-cask for Mac OSX, installs useful tools
  • .osx Sets up your Mac's preferences
  • setup-a-new-machine.sh this does a lot of things, so approach with caution, open the script and take a look before running.
  • symlink-setup.sh automatically symlink things from the dotfiles directory to your home directory. Probably safe to run.

Careful with the .gitconfig, make sure to add in your username/email in there.

About

copy of my dotfiles


Languages

Language:Vim Script 71.4%Language:Perl 12.9%Language:Shell 8.5%Language:Emacs Lisp 5.3%Language:Vim Snippet 1.1%Language:Ruby 0.8%