Posts tagged dotfiles

Maintenance points for Rye environment construction in dotfiles management

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.

Read more ...


最小構成で導入する Zsh プラグイン

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.

Read more ...


Recreate your own private environment in a Linux environment

We will summarize the steps and ideas for quickly starting up your own environment in a new Linux environment.

Read more ...


Getting started with bare‑repo Linux dotfiles management

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.

Read more ...