Let’s explore a few different ways to run commands in our terminal from the comfort of neovim. Trust me, it’s cooler than it sounds! 😎
Here’s a list of commands that I use all the time (and you should too!).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 # run a command :!
Let’s dive into the world of Docker Compose and environment variables, where hilarity ensues and variables come alive (or do they?).
We’ve all been there. Playing hide and seek with environment variables in Docker Compose. Let’s see how our dear friend MYVAR enjoys this grand game of Peekaboo!
Hey there, fellow clicking enthusiasts!
Today, I want to share this little trick I found out to make life a bit easier with Takt on macOS. If you’re like me and want a convenient button to check in and out of work while also seeing useful info about your hours, you’re in for a treat.
Today, let’s chat about something that has both delighted and frustrated me in equal measure: managing Python environments. You know how it is—sometimes you feel on top of the world, and other times, you want to launch your computer out the window.
How to print a PDF Edit the following files:
~/.local/share/nvim/lazy/markdown-preview.nvim/app/_static/markdown.css ~/.local/share/nvim/lazy/markdown-preview.nvim/app/_static/page.css add the following lines at the bottom:
1 2 3 4 5 6 7 8 9 10 11 12 13 @media print { #page-header { display: none; } .markdown-body { background-color: #fff; border: none; color: none; } main { background-color: #fff; } } Mermaid example
Me encontraba trabajando tranquilamente cuando tuve la necesidad de copiar un archivo de un servidor a mi maquina local para continuar trabajando, asi que me dispuse a ejecutar scp <server> ~/file.sh y al ejecutarlo me encuentro con este error:
1 2 3 4 5 6 7 $ noti bash .
Conociendo al Eterno Retorno He estado pensando mucho en el ‘Eterno Retorno’ de Nietzsche. Este concepto es algo así como un faro que ilumina nuestro camino moral y nos ayuda a tomar decisiones conscientes. Además, también puede darnos una idea muy clara de quiénes somos y de si estamos a gusto con lo que vemos cuando nos miramos al espejo.