Code Monkey home page Code Monkey logo

dotfiles's Introduction

Dotfiles

My dotfile repository. This is the configuration of a vim, zshell, and tmux setup for OS X. All plugins and extensions for vim and zsh are included as submodules, so any updates to these can be managed with git as well:

git submodule foreach git pull origin master

The configuration centers mostly on vim and zsh. The tmux setup is not optimal yet.

screenshot

Vi mode in zsh is the standard input line mode.

Prerequisites

Install this first:

vim zsh tmux tree curl git ipython ctags

On a OS X system use macports and select:

vim +huge+python

The package tmux-pasteboard is necessary as well to configure copy/paste into/from tmux.

On OS X the package ctags conflicts with the XCode version. The PATH variable has to be correct. Additionally this command is necessary:

sudo chmod ugo-x /usr/libexec/path_helper

as suggested here.

Installation Instructions

Starting with vim 7.4 the configuration file can be placed in ~/.vim/vimrc.

git clone --recursive https://github.com/ekammerloher/dotfiles.git ~/dotfiles
ln -s ~/dotfiles/vim ~/.vim
ln -s ~/dotfiles/zsh ~/.zsh
ln -s ~/dotfiles/zshrc ~/.zshrc
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf

Install iTerm2.app and add the colorscheme Solarized from terminal/. Default is Solarized dark. Install the Source Code Pro fonts from terminal/fonts with Font Book.app. Set the font in iTerm2.app with 12pt. Regular or Light are good.

Why iTerm2?

  • iTerm2 can use the colorscheme without patches unlike the default terminal emulator.
  • The mouse cursor is hidden automatically on text entry and is not in the way.
  • The text cursor is intelligent and changes color to match the background.

dotfiles's People

Contributors

ekammerloher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.