8000 GitHub - kdeldycke/dotfiles at osx-10.8
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kdeldycke/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Collection of dotfiles for Python developers working in vim.

Project is currently targetting:

  • Kubuntu 13.04 (Raring Ringtail)
  • Mac OSX 10.8 (Mountain Lion)

Snapshots of older distributions may be found as tags of the current repository.

Features

  • Aimed at Python programmers using vim.
  • Common configuration for both OSX and Kubuntu.
  • Produce colored output for most of shell commands.
  • All color schemes are based on Solarized.

Install

  1. First, you need a local copy of this project.

    If you're lucky and have Git already installed on your machine, do:

     $ cd ~
     $ git clone --recursive https://github.com/kdeldycke/dotfiles.git
    

    If you don't have Git, do:

     $ mkdir ~/dotfiles
     $ cd ~/dotfiles
     $ curl -fsSL https://github.com/kdeldycke/dotfiles/tarball/master | tar --strip-components 1 -xvzf -
    
  2. Now you can install the dotfiles on your system:

     $ cd ~/dotfiles
     $ ./install.sh
    

Upgrade

Juste call the installation script again:

$ ./install.sh

Restore

A backup of the original dotfiles is made when install.sh is first called.

To restore the originals, run:

$ ./install.sh restore

Note that if there was not an original version, the installed links will not be removed.

TODO

  • Auto-install Xcode on OSX.
  • Add terminal & vim screenshot on both OSX and Kubuntu.

Sources

This repository contain configuration I accumulated over years of daily usage, but also draws from others:

Third party assets:

Solarized - OS X 10.7+ Terminal.App color theme
Copyright (c) 2013 Tomislav Filipčić
Distributed under an unknown open-source license
Source: https://github.com/tomislav/osx-terminal.app-colors-solarized

Solarized - KDE Konsole Settings
Copyright (c) 2012 Pete Higgins
Distributed under an unknown open-source license
Source: https://github.com/phiggins/konsole-colors-solarized

Solarized Xresources Color Scheme
Copyright (c) 2011 Ethan Schoonover
Distributed under an open-source license
Source: https://github.com/solarized/xresources

Solarized Color Theme for GNU ls
Copyright (c) 2013 Sebastian Tramp
Distributed under a Do What The Fuck You Want To Public License (WTFPL)
Source: https://github.com/seebi/dircolors-solarized/blob/master/dircolors.256dark
0