Giter Site home page Giter Site logo

markthebault / dotfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from overbryd/dotfiles

0.0 0.0 0.0 391 KB

0-100 macOS bootstrap and topical setup maintained with a simple Makefile

Shell 11.54% JavaScript 9.67% Ruby 0.48% Makefile 14.47% Vim Script 63.83%

dotfiles's Introduction

Overbryd's dotfiles

Bootstrap

On a new mac, open a Terminal and run:

curl -O https://raw.githubusercontent.com/Overbryd/dotfiles/master/bootstrap.sh
chmod +x bootstrap.sh
./bootstrap.sh

Maintenance

Enter the ~/dotfiles directory, make changes and make it:

cd ~/dotfiles
make

The Makefile contains sections for installing *nix command line utilities, macOS applications, macOS settings and maintaing specific configurations.

So you can also only re-make a section of the project, for example the macOS dock settings:

cd ~/dotfiles
make defaults-Dock

Or only rebuild your vim:

cd ~/dotfiles
make vim

Or upgrade all installed packages:

cd ~/dotfiles
make brew

Contents

.
├── Makefile        # This makefile controls all sections of this project
├── bootstrap.sh    # 0-100 bootstrap script for a new freshly installed Mac
├── .gitattributes  # 
├── .gitconfig      # colorful git config, including aliases
├── .gitignore      # general gitignore
├── .inputrc        # great for navigating bash history
├── .profile        # the complete bash setup with comments
├── .vimrc          # a great .vimrc with comments
├── decrypt.sh      # decrypt sensitive files and put them in place
└── encrypt.sh      # simple wrapper to encrypt sensitive files for storage

Credits

This seletion of dotfiles and system settings would not be possible without the great examples provided by:

dotfiles's People

Contributors

overbryd avatar mathiasbynens avatar matijs avatar danawoodman avatar gburtini avatar jpsirois avatar jrk avatar iloveitaly avatar kyleridolfo 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.