Posts tagged dev-environment
tmux 導入メモ
- 2025/05/10
We will introduce and use tmux, which is a mechanism that allows you to restart a session even if it expires in a Linux environment. We have summarized the installation and minimal operation method.
Introduction and initial settings of Neovim, relationship with sudoedit and points to note
- 2025/05/06
The VSCode development style is sufficient on Windows, but if you dare to develop in a Linux environment, one option is to master the vi-based editor. In this article, we will introduce Neovim and organize its initial settings. We will also summarize the sudo nvim command and sudoedit that should be avoided.
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.