Giter Club home page Giter Club logo

bootstrap's People

Contributors

danielgibbsnz avatar

Stargazers

 avatar

Watchers

 avatar

bootstrap's Issues

Include .eslintrc

It doesn't really get used globally, but it would be nice to have somewhere where my syntactical preferences are stored/available.

Add apps to dock on OS X

As part of the defaults setting, add certain apps to the dock if they aren't already present.

Add command line arguments for which sections to execute/skip

Bootstrap run with no arguments should execute all the sections, bootstrap run with a list of sections as arguments should execute only those sections, and bootstrap run with a --skip option should execute all sections except for the skipped ones.

Add Phoenix config

Ctrl+Alt+Up/Down/Left/Right with support for multiple screens.

Maybe ability to move windows across spaces and/or screens.

Add command to add label to PS1

E.g.

[daniel@host directory (branch)]$ label FOO
[daniel@host directory (branch) FOO]$ label BAR
[daniel@host directory (branch) BAR]$ label
[daniel@host directory (branch)]$

Update Phoenix config to be more tolerant

The current Phoenix config doesn't work particularly well for windows which don't always set their frame exactly as asked. A couple of examples (on macOS):

  • Terminal will only set its height as a multiple of the line size, so the actual height set may be slightly smaller than what was asked for.
  • Calendar has a minimum size, so trying to set it to half the screen on a 1280x800 screen results in it being slightly wider than 640px.

The Phoenix config should be updated to be more tolerant to handle these two cases. E.g.

  • When comparing window frames against target frames, have a tolerance of 10px or so.
  • When comparing window frames against target frames, allow the width of a window to be wider than the target frame in some situations.

Add misc command line arguments

  • bootstrap --replace: always replace existing files with downloaded files.
  • bootstrap --no-replace: never replace existing files with downloaded files.
  • bootstrap --keeptmp: don't delete the temporary directory (for debug purposes).
  • bootstrap --clean: remove any temporary bootstrap files (e.g. /tmp/bootstrap*, ~/.*.bootstrap).
  • bootstrap --help: display a list of command line options.

Add .inputrc

"\e[A": history-search-backward
"\e[B": history-search-forward

Investigate other options.

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.