Coder Social home page Coder Social logo

dotfiles's Introduction

  • Hi, Iā€™m @kantholtz
  • Iā€™m interested in text mining with neural networks
  • At the moment, I combine neural reasoning models with large pre-trained language models
  • You can reach me via mail

dotfiles's People

Contributors

kantholtz avatar

Watchers

 avatar  avatar

dotfiles's Issues

Offer --force for emacs compilation

If there's a system where emacs can be found, it should be possible to add a flag which forces emacs compilation. Optionally a version threshold may be provided.

Extend the replacement rules of *.alias files

Currently commands like t a do not work correctly because the specified rule t a [0] : tmux attach -t [0] is not able to handle the case that [0] might not be set. It should be possible to extend the syntax of the rules in a way where additional information can be enclosed in the replacement rule.

Proposal:
t a [0] : tmux attach [-t 0] yields tmux attach for t a and tmux attach -t foo for t a foo.
The replacement regex would look something like this: \[([\w-]*)(\d+)([\w-]*)\].

Refactor all alias functions

Currently g.fish, r.fish, be.fish and t.fish do the same thing over
and over again. It's a big hassle to work dynamically with different
argument combinations. It would be really nice to have a more "meta"
approach to solve this.

Proposal:

  • Having configuration files sitting in
    ~/.config/fish/functions/alias/*.alias. They contain information
    about how to translate the alias. Some simple format to reference
    input arguments must be defined.
  • Create an alias-program, that is able to parse these alias files and
    execute the appropriate programs.
  • Create proxy functions for fish to use. I'm not sure if there should
    be a file for every alias (like g.fish that just offers a
    function g that in turn calls the alias program) or a central
    file exporting all fish functions.

Check whether git is installed

fish_prompt does not probe whether git is installed

fish: Unknown command 'git'
~/.config/fish/functions/fish_prompt.fish (line 16):   if git status >/dev/null 2>&1

Revise dark theme

Have the dark theme defined independently from terminator and provide scripts to generate theme files for terminator, other terminal emulators and maybe - at some point - emacs.

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.