Giter Site home page Giter Site logo

dotfiles's Introduction

My dotfiles

Install

  1. Clone the repo.

    git clone --bare https://github.com/adamgian/dotfiles.git "$HOME/.dotfiles"
  2. Checkout the relevant platform branch.

    • Debian (x64):

      git --git-dir="$HOME/.dotfiles/" --work-tree=$HOME checkout debian
    • macOS (Apple silicon):

      git --git-dir="$HOME/.dotfiles/" --work-tree=$HOME checkout macos
  3. Install and configure software, utilities and other nice tid-bits.

    bash "$HOME/setup.sh"

Contributing

The force flag is needed in order to add or update files.

dotfiles add -f <file>

dotfiles's People

Contributors

adamgian avatar

Watchers

 avatar

dotfiles's Issues

Cross-platform remap of caps lock key

kmonah looks good, or maybe: keymapper?

The stages as in my head:

  • Tap 'Caps lock' (press down and release within 75? milliseconds), register as 'Esc' on the key up
  • Press 'Caps lock' down for longer than the 75? milliseconds, register as a — albeit delayed — 'Ctrl' (Linux) and 'Command' (macOS) key down and pressed
  • Release 'Caps look' (after having surpassed the 75? milliseconds threshold), register as 'Ctrl' (Linux) and 'Command' (macOS) key up.
  • Bypass 75? millisecond threshold if another key is pressed down as well (i.e.: 'Shift' or 'C'), register as 'Ctrl'/'Command' immediately
  • Bonus: 'Shift' + 'Caps lock' to toggle caps lock.

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.