Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

These are my dotfiles. A way to keep them organized and in sync across multiple computers.

The idea is to clone the repo in a normal place and the symbolically link the files that you want to use into your home directory:

ln -s ~/src/github/skeletonkey/dotfiles/.bash_profile ~/

Why all the files????

Since I work on several different computers with varying software I've found it easier to seperate the file into categories. This way I can only link the files that apply to the specific computer that I'm working on.

Some compromises are still made. For instance: you can only have one .gitconfig file so I need to chose one environment to use and remember that for other computers.

I've also taken pains to streamline the loading. Some processes take longer than most so they are not automatically loaded. One such case is setting up NVM for NodeJs. I don't use it all the time; therefore, having to run setup_nvm when it is needed is preferable to having each terminal load take an extra second.

Requirements

In your main .bashrc, .bash_profile, etc file you need to have the following to include other profiles:

# load specific/special bash profile files if they are present
for f in ~/.bash_profile_*
do
    if [[ $f =~ \.sw.$ ]]
    then
        continue
    else
        source $f
    fi
done

External Dependencies

These are files that I've brought in from other sources.

dotfiles's People

Contributors

skeletonkey avatar

Stargazers

Will Button avatar Alexsey Ramzaev avatar

Watchers

 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.