Coder Social home page Coder Social logo

dotfiles-1's Introduction

My Dot Files

My config files, heavily commented.

Installation

# Clone the repo
$ git clone https://[email protected]/tomsquest/dotfiles.git ~/.dotfiles && cd ~/.dotfilescd ~/.dotfiles

# Fetch the code from the other Git repos like zsh-git-prompt, Vim vundle...
$ git submodule update --init

# Create the symlinks in $HOME
$ ./install.sh

# Install vim plugins using Vundle
$ vim +PluginInstall +qall

Features

ZSH

Heavily commented ZSH configuration : config, completion, prompt, key bindings...

Prompt

06:42:21 ~/.dotfiles ------------------------------
$                                    (master|●1✚1…)
  • The path is truncated if it is too long for the terminal width
  • The return code of the last executed command is displayed in red to highligh a previous error
  • The Git status is displayed at the right of the screen (using Olivier Verdier's Git prompt)

Completions

Some completions taken from https://github.com/zsh-users/zsh-completions : Bundler, Gem, Rvm

Functions

  • o : use xdg-open to open the file with the appropriate program and ask for sudo if root privileges needed
  • mcd : mkdir + cd to it
  • last_modified : used in Rake and Capistrano completion to update the task caches

ACK-GREP

Ruby/Haml/Sass configuration for Ack-grep (aliased 'ack'). ACK is a powerfull replacement for grep, written for developpers (http://betterthangrep.com/)

GIT

VIM

Vim has a pretty good configuration.

Plugins, syntax, colorschemes are managed by Vundle (https://github.com/gmarik/vundle)

Rupa's Z

Rupa's Z allows you to jump into previous directories.

Usage:

$ z dot     # will jump to ~/.dotfiles from anywhere

Sources

dotfiles-1's People

Contributors

tomsquest avatar

Watchers

hisky.blogger avatar James Cloos 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.