Giter VIP home page Giter VIP logo

dotfiles-1's Introduction

dotfiles

My dotfiles.

Quick start

Paste this into the nearest terminal.

sh <(curl -fsSL git.io/~hecticjeff)

Install

There are some dependencies you'll need before starting.

  • curl
  • git
  • zsh

On os x curl and zsh are already there, so you just need git, I recommend homebrew.

brew install git

On Linux you will need to install curl, git and zsh from your distro's package manager.

Automated install

Running the following command will clone this repository into ~/.dotfiles then symlink any *.symlink files and directories into ~.

sh <(curl -fsSL git.io/~hecticjeff)

From source

To install the dotfiles from source run the following.

git clone https://github.com/hecticjeff/dotfiles ~/.dotfiles
cd ~/.dotfiles
bin/dotfiles-install

Post install

Finally you need to change your shell to zsh.

chsh -s $(which zsh)

If that all sounds a bit too scary for you then take a look at bin/dotfiles-install to get an idea for what this script does.

How does it work?

Each top level directory (except for bin/) is named after the command that it augments with functionality.

There are two types of files that go in these directories, .symlink and .zsh files.

  • .symlink - Generally used for "rc" files (like .zshrc).
  • .zsh - adds functionality to zsh.

When installing all of the .symlink files get linked into the $HOME directory, all of the .zsh files get sourced by ~/.zshrc.

Author

Chris Mytton - @hecticjeff

dotfiles-1's People

Contributors

chrismytton avatar

Watchers

James Cloos avatar  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.