Giter Site home page Giter Site logo

bootstrapper's Introduction

These are the base dotfiles that I start with when I set up a new environment. For more specific local needs I use the *.local files described in the Local Settings section.

Setup

To set up the dotfiles run the appropriate snippet in the terminal:

(⚠️ DO NOT run the setup snippet if you do not fully understand what it does. Seriously, DO NOT ⚠️)

(⚠️ Rename the Terminal profile to Default to change the colors properly. refer to this issue ⚠️)

OS Snippet
Ubuntu bash -c "$(wget -qO - https://raw.github.com/franklad/dotfiles/master/setup/setup.sh)"

That's it!

The setup process will:

  • Download the dotfiles on your computer (by default it will suggest ~/dotfiles).
  • Create some additional directories.
  • Install applications / command-line tools for Ubuntu.

You can also use GNU stow to add any symlinks to $HOME. Simply run:

./stow.sh

Stow packages can be modified in the stow.sh file

...
packages=(
    #add or remove stuff
)
...

Customize

Local Settings

The dotfiles can be easily extended to suit additional local requirements by using the following files:

~/.gitconfig.local

The ~/.gitconfig.local file will be automatically included after the configurations from ~/.gitconfig, thus, allowing its content to overwrite or add to the existing Git configurations.

Note: Use ~/.gitconfig.local to store sensitive information such as the Git user credentials, e.g.:

[commit]

    # Sign commits using GPG.
    # https://help.github.com/articles/signing-commits-using-gpg/

    gpgsign = true

[user]

    name = FirstName LastName
    email = [email protected]
    signingkey = XXXXXXXX

bootstrapper's People

Contributors

franklad avatar

Stargazers

Vishesh Gupta avatar  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.