Posts tagged dotfiles
Maintenance points for Rye environment construction in dotfiles management
- 2025/06/01
Taking the opportunity of migrating from Poetry to Rye, we reorganized the procedure for building a Python development environment using bare-repo style dotfiles management.
最小構成で導入する Zsh プラグイン
- 2025/05/11
We will introduce how to install the Zsh plugin with a minimal configuration using Zsh. In this article, we will install it manually without using the plugin manager and organize the configuration of the required plugins.
Recreate your own private environment in a Linux environment
- 2025/05/04
We will summarize the steps and ideas for quickly starting up your own environment in a new Linux environment.
Getting started with bare‑repo Linux dotfiles management
- 2025/05/02
In this article, we will organize dotfiles management using the Bare-repo method. There are dotfile management managers such as dotbot / yadm / homeshick / chezmoi, but in the beginning, the bare-repo method, which can be completed with just git, is sufficient. If I ever run into any problems, I will reconsider migrating to dotfile management manager.