Giter Site home page Giter Site logo

dotfiles's Introduction

dotfiles

Repo for my configuration files. Running install.sh will automaically backup existing versions of these files and directories and replace them with symlinks to these. This is really nice for setting up a new machine. This method for storing and installing dot configuration files based on tutorial found here

there is no reason to ever run install.sh on a machine twice if the only updates are to files in the repo!!!

vim

  • .vimrc
  • plugins (included as submodules)
    • vundle - vim plugin management
    • matchit - configure % to match more than just single characters
    • NERD Commenter - comment enhancemnet
    • NERD Tree - explore your filesystem and to open files and directories.
    • Command T - provides an extremely fast, intuitive mechanism for opening files and buffers

dircolors

Colorscheme is based around solarized with modifications as in this example For machines running Mac OS X, MacPorts is required for installing core utils. Without core utils 'dircolors' does not work on OS X.

Issues have arisen with colorscheme support across platforms. This may be a solution

shell setup

  • Shell Aliases

    # directory function aliases
    alias ls='ls -GHf'
    alias dir='ls -Gal'
    ###
    ##
    # change directory
    alias ...='cd ../../../'
    alias cd.4='cd ../../../../'
    alias cd.5='cd ../../../../../'
    alias cd..='cd ..'
    
  • Python Aliases

    # virtualenv aliases
    # http://blog.doughellmann.com/2010/01/virtualenvwrapper-tips-and-tricks.html
    alias v='workon'
    alias v.mk='virtualenv --no-site-packages'
    alias v.mk_with='virtualenv'
    

to do

[X] fix shit with vim plugins; the only one that should be a submodule is vundle

[X] adapt install.sh

[X] need smarter way of replacing files/symlinks in HOME. maybe use eval ?

[ ] check for MacPorts; install if not found and install coreutils

[X] fix dircolors

dotfiles's People

Watchers

Frank Valcarcel 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.