Samba is an implementation of the smb protocol that allows me to setup network shares on my linux machine that I can ...
Posts tagged: linux
All posts with the tag "linux"
A super useful tool when doing PR's or checking your own work during a big refactor is the silver searcher. Its a sup...
Installing rust in your own ansible playbook will make sure that you can get consistent installs accross all the mach...
Creating a minimal config specifically for git commits has made running much more pleasant. It starts up Much faster,...
One of the first things I noticed broken in my terminal based workflow moving from Windows wsl to ubuntu was that my ...
I have added a hotkey to my copier template setup to quickly access all my templates at any time from tmux. At any po...
Copier allows you to run post render tasks, just like cookiecutter. These are defined as a list of in your . They are...
I really appreciate that in linux anything can be scripted, including setting the wallpaper. So everytime I disconnec...
Converting markdown posts to pdf on ubuntu takes a few packages from the standard repos. I had to go through a few st...
I recently paired up with another dev running windows with Ubuntu running in wsl, and we had a bit of a stuggle to ge...
Stow is an incredible way to manage your dotfiles. It works by managing symlinks between your dotfiles directory and ...
The copier answers file is a key component to making your templates re-runnable. Let's look at the example for my set...
pipx examples
I've been stuck many times looking at a vim buffer with little question marks at the beginning of each line and tryin...
tmux popups can be sized how you like based on the % width of the terminal on creation by using the flags (h, w, x, y...
Copier Templates
%%include til/copier_endops
%%include til/copier-template-variables
%%include til/copier-answers
One of the most useful skills you can acquire to make you faster at almost any job that uses a computer is getting go...
pyenv provides an easy way to install almost any version of python from a large list of distributions. I have simply ...
Installing brew on linux proved quite easy and got pyenv running for me within 4 commands.