Coder Social home page Coder Social logo

dotfiles's People

Contributors

fuco1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sumonst21

dotfiles's Issues

Fix the gpg-agent startup

Since v 2.1 the startup is automatic so the gpg-agent eval in .xinitrc is no longer necessary.

  • Update gnupg to version 2.1
  • Remove the related config
  • Check the Emacs setup

Add a ./stow script

This should simply proxy to the system-wide stow with --no-folding and -v passed in by default. I can never remember to use those.

Add jsonify

#!/bin/bash
# Turn javascript object literal into JSON and pretty print

input=$(</dev/stdin)
node --print "JSON.stringify($input)" | jq .

Add twmnd as user service

  • remove notifyd and notify-osd from the system
  • install the unit
  • update .xinitrc to not start twmnd "manually"
[Unit]
Description=twmn server
After=graphical.target

[Service]
Type=simple
StandardOutput=null
Restart=on-failure
Environment="DISPLAY=:0"
ExecStart=/usr/local/bin/twmnd

[Install]
WantedBy=default.target

Move ~/bin to ~/.local/bin

  • Also check puppet scripts which depend on this
  • Update xmonad install
  • Check all the binaries and where they are coming from
  • Update symlinks (but most should be absolute)

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.