GithubHelp home page GithubHelp logo

dotfiles's Introduction

dotfiles

This repository contains everything to set up my MacBook Pro.

Installation

Install Xcode command line tools

In terminal, run the following command:

sudo softwareupdate -i -a
xcode-select --install

The Xcode Command Line Tools includes git and make.

Install Homebrew

I use Homebrew to install all the software I frequently use.

In terminal, run the following command to install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Clone the dotfiles repository

This dotfiles repository contains all the configuration I need for my setup.

Clone this repository to the desired location using the following command:

git clone https://github.com/simonwhatley/dotfiles.git ~/dotfiles

Run the installation script

Run the install.sh script, or run the setup.sh scripts in each sub-folder if you don’t need everything.

sh install.sh

Install Oh My Zsh

I use Oh My Zsh to manage my Zsh configuration.

In terminal, run the following command to install Oh My Zsh:

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Kudos

Thanks goes to the following people and organisations for sharing their dotfiles:

You can read more about dotfiles in this unofficial guide to dotfiles on GitHub and on GitLab’s blog.

For more information on .gitignore, GitHub has a gitignore repo.

Support

This repository is maintained by Simon Whatley. If you’ve got a question or need support you can:

Contributing

If you’ve got an idea or suggestion you can:

Licence

Unless otherwise stated, this codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.

dotfiles's People

Contributors

simonwhatley 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.