Giter VIP home page Giter VIP logo

dotfiles's Introduction

rollcat's dotfiles

This is how I go about my digital life on Real Computers™.

To move in:

git init
git remote add github https://github.com/rollcat/dotfiles
git pull github master

Git will complain about overwriting existing files, like .profile. Treat with rm -f and pull again.

For pushing changes, you probably want to use the SSH transport instead:

git remote set-url github [email protected]:rollcat/dotfiles.git

bin

There is a lot of small scripts in bin.

Some are original. Some are borrowed. Some are simplistic remakes of common utilities found on other operating systems or in third-party packages, that I made to make my life less interesting when using very different machines. Take what you like. (See licensing.)

There is some support for per os/arch statically compiled binaries. Go is both wonderful, and really, really awful in this regard.

Many utilities are written in POSIX sh, or in Python 3 (3.6+), if the shell feels inadequate.

Supported systems and architectures

Regularly tested: macOS (arm64), OpenBSD (x86-64).

Less tested: Linux (x86-64, arm64), macOS (x86-64).

.profile

Lots of environment variables are exported. Notably, $PATH has some automagic detection for hidden/weird things, like ~/.gem/ruby/*/bin, /Applications/**/bin, ~/bin/$(uname -s)-$(uname -m) etc.

.gitignore

Everything is .gitignored with a *. Use git add -f to track a file.

License

Unless otherwise noted: https://unlicense.org

No attribution necessary, but if you do something cool with any of this, drop me a line.

dotfiles's People

Contributors

rollcat avatar

Stargazers

 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.