Home ¦ Archives ¦ Tags ¦ Contact ¦ Resume

Managing dotfiles with a Git bare repository

Estimated read time: 5 minutes

Keeping configuration files under version control with a Git bare repository is a fast, elegant and convenient solution!


Ignoring Sync of Local Files to Dropbox on Linux

Estimated read time: 7 minutes

To make the most of Dropbox, it can make sense to backup the files you care the most about and skip the ones that simply take too long to upload and eat up all your space. Such candidates could be hidden .git/ folders and node_modules/, but how do you exclude them locally? Let’s find out.


Black: A Python Formatter to Brighten Your Workflow

Estimated read time: 4 minutes

Meet Black, a superb Python code formatter that will automatically reformat your code in accordance to PEP-8 standards.


fzf - A Fuzzy Finder to Accomplish Anything

Estimated read time: 4 minutes

Search and, most importantly, finally find what you are looking for on your machine. If you rely on the terminal a lot, fzf may well be capable of speeding up your productivity!


Using Embedded Terminals Inside Neovim

Estimated read time: 5 minutes

Because every pixel counts, this neat trick will allow to use terminals inside Neovim and maximize the screen estate for a flawless integration with one of the best text editor available.

© Sébastien Lavoie. Built with Python using Pelican v4.8.0. Theme adapted from Giulio Fidente on GitHub. RSS feed.