GithubHelp home page GithubHelp logo

yeonghoey / dotfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from holman/dotfiles

0.0 0.0 0.0 1.7 MB

topical dotfiles with oh-my-zsh

License: MIT License

Ruby 0.50% Shell 9.34% Python 90.12% Scala 0.04%

dotfiles's Introduction

yeonghoey

It’s a long way by the rules, but short and efficient with examples!

dotfiles's People

Contributors

alias-mac avatar anaisbetts avatar avr avatar basicallydan avatar bsaf avatar christianbundy avatar crunch09 avatar danielcompton avatar dplarson avatar drock avatar ghuntley avatar grawity avatar holman avatar jacobwgillespie avatar jawshooah avatar kirelagin avatar mazurov avatar memborsky avatar metheon avatar mrsimo avatar ncolton avatar oieduardorabelo avatar pcasaretto avatar prathe avatar rc5hack avatar rcarver avatar ticky avatar victorklos avatar yeonghoey avatar zpao avatar

Watchers

 avatar  avatar

dotfiles's Issues

vundles.symlink

~/.vundels is a customized one, but it seems to be a configuration file provided by Vundle.

I'd better rename this.

Common Routine in install.sh, to refer the scripts path.

Most install.sh contains the line below:

XXX_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

I think it's redundant. But it's hard to factor out, because the context of executing install.sh can be ignorant common configurations provided by zshrc.

Should I write one more stage of installing to extract this?

Execute pyscripts with venv, without redundent scripts

Currently I keep dependencies of py scripts separated by using venv.
But, because of this, py scripts can't be executed without activating venv.

I had to write redundent xxx.shs like this:

venv/bin/activate
python xxx.py
deactivate

Is there any solution to solve this? Can I make this routine more clear?

Better way for arranging snippets(or cheatsheets)

snip command(by grip) makes easy to organize snippets.

But it has some limits. grip compiles .md files with github api.
It's slow for previewing use. It also limits 60 request per hour without authentification.

Can I use another way of arranging snippets?(Not keep running the web server, just export to html..etc)

Should I extract snip feature to a separated repo?

Just rename snip to cheatsheet?

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.