Skip to main content
  1. Tags/

terminal

Keeping config files in sync with git

·2 mins
With my workflow favouring the terminal over GUI-based development tools, my config files for the common terminal utilities I use daily have been growing as I build proficiency in Vim and Tmux. In this article, I will show you how I use git to keep my config files in sync across machines.

Run a Command at Interval, Unintrusively

·2 mins
A not so uncommon usecase is needing to run a command repeatedly at fixed intervals, without losing control of your shell. Doing this in the Linux shell is particularly trivial.