dotfiles

Tag: dotfiles

22 posts
Replacing nvim-treesitter and Mason with NVPM for Neovim tool package management
today iain learned icon
today iain learned
til.iainsimmons.com

Replacing nvim-treesitter and Mason with NVPM for Neovim tool package management

today iain learned: How to replace nvim-treesitter and Mason with NVPM, and protect against supply chain attacks in tools that depend on git repositories.

·
Aug 7
·
An always-on home for Claude CodeAn always-on home for Claude Code
joe.dev - Joe Beda's Development Blog icon
joe.dev - Joe Beda's Development Blog
joe.dev

An always-on home for Claude Code

Running Claude Code on a spare NUC sounds simple, but the devil is in the details.

·
Jul 23
·
A Tour of My Terminal SetupA Tour of My Terminal Setup
subaud icon
subaud
subaud.io

A Tour of My Terminal Setup

I've written about this setup twice: Building my Terminal Setup covered the shell, fonts, and Ghostty, and A tmux Workspace Built Around the Claude Code Autopilot covered the project launcher, worktrees, and per-project tmux servers. Since then the right side of every workspace grew a three-pane column, the editor changed to neovim, and a shared notepad appeared. This is what a working session looks like now. What's on screen Every project session has the same shape. Claude Code runs in

·
Jul 17
·
A tmux Workspace Built Around the Claude Code AutopilotA tmux Workspace Built Around the Claude Code Autopilot
subaud icon
subaud
subaud.io

A tmux Workspace Built Around the Claude Code Autopilot

I built much of my now-playing project with a Claude Code autopilot. I describe a feature, and it gets planned, implemented, reviewed, and shipped without me typing the intermediate steps. To do the implementation and the git work, the autopilot spawns subagents that write to the working tree. When two lines of work touch a single checked-out git tree, there can be collisions. This post goes over the terminal setup I use to prevent them — on the autopilot's side and on mine. The shared-tree

·
Jun 2
·
クロスプラットフォームなdotfilesエコシステムDorothyが良さげかも
K
kawarimidoll.com
kawarimidoll.com

クロスプラットフォームなdotfilesエコシステムDorothyが良さげかも

マルチシェル・マルチOS対応のdotfilesエコシステムDorothyの紹介です。

·
Apr 22
·
Upgrading to Neovim 0.12: built-in Undotree plugin, incremental selections
today iain learned icon
today iain learned
til.iainsimmons.com

Upgrading to Neovim 0.12: built-in Undotree plugin, incremental selections

today iain learned: Some neat features that come with an upgrade to Neovim version 0.12, such as the built-in Undotree plugin and native Treesitter-based incremental selection.

·
Apr 10
·
Remap the CapsLock key in Linux
today iain learned icon
today iain learned
til.iainsimmons.com

Remap the CapsLock key in Linux

today iain learned: How to remap the CapsLock key with a tap-hold keybind in Linux

·
Dec 16 '25
·
Use terminal commands for displaying a Neovim dashboard logo
today iain learned icon
today iain learned
til.iainsimmons.com

Use terminal commands for displaying a Neovim dashboard logo

today iain learned: How to use terminal commands for displaying a custom Neovim dashboard logo on startup

·
Nov 22 '25
·
Add keybinds or shortcuts for other keys in Hyprland
today iain learned icon
today iain learned
til.iainsimmons.com

Add keybinds or shortcuts for other keys in Hyprland

today iain learned: How to use the wev CLI tool to help add keybinds or shortcuts for special keys in Hyprland

·
Nov 14 '25
·
How to fix WezTerm in Hyprland
today iain learned icon
today iain learned
til.iainsimmons.com

How to fix WezTerm in Hyprland

today iain learned: How to fix a macOS WezTerm configuration to work in Hyprland

·
Nov 5 '25
·
kitty sessions
today iain learned icon
today iain learned
til.iainsimmons.com

kitty sessions

today iain learned: How to set up and use sessions in the kitty terminal emulator

·
Nov 2 '25
·
Getting Wezterm + Zellij to Open Files in VS Code
B
Ben Bachem
benbachem.de

Getting Wezterm + Zellij to Open Files in VS Code

How to use WezTerm's hyperlink rules to open files in VS Code from Zellij

·
Apr 12 '25
·
Mackup Dotfile Manager
M
marko.tech
marko.tech

Mackup Dotfile Manager

A quick guide on how to set up mackup for dotfiles.

·
Oct 11 '24
·
The Best Developer Notebook Obisidian
M
marko.tech
marko.tech

The Best Developer Notebook Obisidian

Obsidian: dooooooooope open source writing app tailored to programmers' thought processes.

·
May 10 '24
·
VSCodeのドットファイルをGithubで管理し常に最新を共有する
N
nove-b blog
blog.nove-b.dev/

VSCodeのドットファイルをGithubで管理し常に最新を共有する

VSCode

·
Mar 15 '24
·
Setting up Restic with rest-server
hyperreal's Gists icon
hyperreal's Gists

Setting up Restic with rest-server

I recently decided to start using my own home server to store my dotfiles. The main reasons are simplicity, privacy, and security. I previously stored them in a repository on my GitHub account and installed them with Ansible, but I have increasingly found it cumbersome when trying to keep them updated and in sync. On GitHub, the changes (and mistakes!) I make to my dotfiles are publicly viewable; sometimes I'll make changes several times a day, sometimes scrapping a change entirely when I later realize it was not such a good idea or breaks something in my activity flow. I also would love the convenience of keeping SSH keys and GPG keychains in sync and updated, and storing them on a public server is obviously not an option, nor even in a private repository hosted on GitHub or GitLab.

·
Apr 13 '21
·
個人的macOSセットアップ手順
K
kawarimidoll.com
kawarimidoll.com

個人的macOSセットアップ手順

Mac を新しく購入したり OS をクリーンインストールしたときのためにセットアップ手順を残しておきます。 ...

·
Apr 1 '21
·
PCの環境設定はdotfilesをGitHubで一元管理するのが楽
K
kawarimidoll.com
kawarimidoll.com

PCの環境設定はdotfilesをGitHubで一元管理するのが楽

いろいろと PC を乗り換えたり、不具合対応のために PC を初期化したりしたとき、イチから環境を作り直すのはめんどくさいものです。 dotfiles を GitHub で管理すれば環境構築のコストが一気に少なくなります。 また、これにより環境を作り直すこと自体の心理的ハードルが下がるメリットもあります。 ...

·
Feb 26 '21
·
Dotfiles - Put your home directory under `git`
coreyja.com icon
coreyja.com
coreyja.com/posts

Dotfiles - Put your home directory under `git`

Silicon Valley Season 2 ruined it for me. Richard had worked so hard on Pied Piper, but Gavin is alm

·
Dec 10 '20
·
Creating a tmux Colour Theme
enumerator.dev icon
enumerator.dev
enumerator.dev

Creating a tmux Colour Theme

I made a Dracula colour theme for tmux and I love it! Here's a bit about how to customize tmux

·
Aug 3 '19
·
Creating a tmux Colour Theme
enumerator.dev icon
enumerator.dev
enumerator.dev

Creating a tmux Colour Theme

I made a Dracula colour theme for tmux and I love it! Here's a bit about how to customize tmux

·
Aug 3 '19
·
Dotfiles - January 2018
coreyja.com icon
coreyja.com
coreyja.com/posts

Dotfiles - January 2018

History My dotfiles repo started out as a fork from some dude . The main reason for making the repo

·
Jan 5 '18
·