Artur Bednarczykblog.isur.dev·Nov 18, 2024Dotfiles with AnsibleTL:DR How to quickly configure a fresh system. A quick introduction to Ansible and automation of personal setup for macOS and Arch Linux. Installation of apps, config files, and secrets. The problem Setting up a fresh system might be a little cumbers...Discuss·27 readsProgramming Blogs
Diego Guisandediegog.tech·Oct 3, 2024Dotfiles Essentials: Enhance Your Command Line Experience"Dotfiles" is general description referring to the configuration files that determine settings and preferences inside your terminal emulator. Configuration files help you customize your terminal and allow you to install plugins or other software. The...Discuss·32 readsdotfiles
Alvin Crespoalvincrespo.hashnode.dev·Sep 28, 2024Disabling .env files for Github CopilotI was curious if there was a way to configure Github copilot to NOT have access to certain files in a project and found that - it’s not necessarily straightforward. It turns out that there are no dotfiles you can set up or a setting to explicitly tel...Discussgithub copilot
Shanu Rawshanu001x.hashnode.dev·Aug 2, 2024Tools That Make You More Productive as a Software DeveloperToday in this blog, we're going to answer you what makes a senior developer truly senior. Have you ever wondered what sets apart the most productive software developers from the folks? Is it their coding skills, their experience, or something else en...Discusssenior-software-engineer
Rakesh Venkatrvbug.hashnode.dev·Apr 13, 2024Productivity Series II - .DotfilesIntroduction In the first part of my Productivity series, we talked about configuring Neovim as your IDE. You can check out that blog and my configuration here. In this part, let us talk about the magic of .dotfiles, how to automate your development ...DiscussProductivity
Belal Samybelalsamyyy.hashnode.dev·Mar 14, 2024Blazing Fast File Management for Terminal ⚡️The Problem: “cd” & “ls” sucks 👎 keep using cd command to change the directory and ls to preview files in the current directory, may work sometimes but it’s frustrating to have to use this workflow all the time whenever you want to go somewhere The ...DiscussTerminal Ninjafile manager
Neil Patelblog.neilbpatel.com·Feb 21, 2024How Dotfiles could make your work less miserableA Tale as Old as Time Ch1. Humble Beginnings Once upon a time, there existed a software engineer who resided continuously hunched within a dreary cubicle - adorned with demotivating motivational posters and speckled with horrendous fluorescent light ...Discussdotfiles
Adithyan Aadithyana.hashnode.dev·Feb 16, 2024Setting Up Dotfile Management with Yadm: The Best Guide AvailableIntroduction When you live in the command line, your configurations become deeply personal. They evolve over years of experience, lessons learned, and ingenuity rewarded. But what happens when you’re away from your familiar setup? You feel like an or...Discuss·154 readsyadm
ᶻ¹ˣᵒⁿᵘ⁴ᵃs1xonu4a.hashnode.dev·Dec 13, 2023My Neovim Confighttps://github.com/z1xonu4a/dotfilesDiscuss·2 likesneovim
Nguyen Engineernguyengineer.dev·Nov 11, 2023Quickly create a scatch in NeovimI missed the feature of quickly creating a scratch when I switched back to Vim from Webstorm. A scratch file is handy, it auto-saves somewhere on your computer and allows you to paste temporary content here to do whatever you want. In Vim or Neovim ...Discuss·10 likes·33 readsnvim,