Coder Social home page Coder Social logo

dotfiles's Introduction

My dotfiles and first-use setup scripts!

Shouldn't have anything specific to me, as of the commit that added this readme. As long as you have exactly the same configuration preferences I do, anyway. If I didn't explain why a setting is set the way it is to your complete satisfaction, create an issue or otherwise contact me, and I'll add an explanation.

  • files/: actual config
  • dotfiles/: installer scripts. very specific to this repo.
  • submodules/: dependencies. (if unfamiliar, look up git submodules). auto-set-up by installer script.
  • bin/: some nice tools. bin/@ is by far my favorite thing in this repo, with bin/summarize being my next most favoritest.

Usage on linux (will install system packages):

bin/dotfiles-install init

Usage on mac (assuming sufficient set-up):

bin/dotfiles-install init

Or, just poke through and lift what you like. Have fun!

The nonsense in this repository, and the rest of the repository as well, is available under the terms of the MIT license, available in license.md.

to bootstrap an empty machine:

curl -fsSL https://github.com/lahwran/dotfiles/archive/master.tar.gz \
| tar -xzf - && dotfiles-master/bootstrap.py autodel

or if you don't have curl:

wget -O - -o /dev/null https://github.com/lahwran/dotfiles/archive/master.tar.gz \
| tar -xzf - && dotfiles-master/bootstrap.py autodel

dotfiles's People

Contributors

jamiis avatar lahwran avatar

Stargazers

 avatar  avatar

Watchers

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