GithubHelp home page GithubHelp logo

thorncp / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 1.0 507 KB

Attempts to keep my dev environment running smoothly

Home Page: https://thorn.co

Shell 3.74% Ruby 2.65% KakouneScript 0.39% Vim Script 93.22%

dotfiles's People

Contributors

thorncp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hellosweta

dotfiles's Issues

Better Vim indentation settings

2fa2374 introduced vim-sleuth to configure indentation settings for various languages. Sometimes it doesn't do what I want it to, e.g. when I create a one-off .sql file for a complex-ish query in a Rails app, vim-sleuth has not other .sql files to compare to and picks tabs with a tabstop of 8. I'd like this to default to two spaces. Is that possible?

Shell independent helper functions

Historically, I've had a collection of helper functions, first written in bash, then ported to zsh, now partially ported to fish. Porting these is not how I want to spend my time. Is it worth the effort of writing them to be shell independent, then (hopefully) never having this problem again?

Desires:

  • Not written in sh/bash/zsh. These are not enjoyable to author and are a pain to maintain

  • Performance is priority. My first thought is to use Ruby for everything, but the startup costs may be too high. E.g.

      % time sh -c ""
              0.00 real         0.00 user         0.00 sys
      % time ruby -e ""
              0.28 real         0.16 user         0.09 sys
    

See also:

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.