Giter Club home page Giter Club logo

dotfiles-1's Introduction

Kevin's dotfiles Build Status

Dot-files and system configuration for Python developers, targetting macOS, Kubuntu and Ubuntu Server.

Mac OS X 10.13 High Sierra solarized terminal and vim

Kubuntu 15.10 Wily Werewolf solarized terminal and vim

Features

  • Aimed at Python programmers using Neovim.
  • Common configuration for both macOS, Kubuntu and Ubuntu Server.
  • Installs rEFInd boot loader if a Linux partition is detected.
  • Produce colored output for most of shell commands.
  • All color schemes are based on Solarized .
  • All terminal font is Source Code Pro .
  • Keeps OSes fast and lean.

Profiles

Profile name Target OS Description
macOS macOS 10.13 (High Sierra) Desktop-centric usage for everyday use and work on a personnal, single-user machine.
Kubuntu Kubuntu 16.04 LTS (Xenial Xerus) Same as above.
Ubuntu Server Ubuntu Server 16.04 LTS (Xenial Xerus) Minimal config to feel at home on a server. Currently needs root.

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 yet, fetch an archive of the repository:

     $ 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 2>&1 | tee ./install.log
    

Upgrade

I'm trying to make the install procedure indempotent so you'll just have to call the script again to upgrade your system:

$ ./install.sh 2>&1 | tee ./install.log

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.

Maintenance

Once in a while, compare scripts/macos-config.sh file with its upstream template from Mathias Bynens .macos dotfile:

$ curl https://raw.githubusercontent.com/mathiasbynens/dotfiles/master/.macos | diff -ru - ./scripts/macos-config.sh

Then merge differences to reduce the differences. This is going to greatly improve the maintenance of macOS configuration.

Versions

Only the current master branch is supported and actively maintained. Older branches are available for archive.

macOS:

Kubuntu:

Ubuntu Server:

Resources

License

For convenience, some third party code and assets are hard-copied in place. These particular items have their own license and copyright:

The rest of the content is configuration and code I accumulated over years. Some was heavily inspired by other dotfiles repositories. But each time I borrow something, I try to credit the author and/or point to the source. You should be able to trace back the origin of things by looking at the commit history.

If you can't find any clue about an external source, then assume it is original content I produced, which I released under the BSD 2-Clause License .

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.