Simplifying file management with GNU Stow
Quick Setup
If you need to install software on multiple computers or test distributions on virtual machines, you can save a huge amount of time if applications reliably exhibit the same behavior. The overhead involved in setting up Stow for this purpose is manageable, because with Stow you only manage the dotfiles that you consider useful for this purpose.
First, for convenience, create a dotfiles/
folder in your home directory. In the folder, create directories for all the programs whose dotfiles you want to manage with Stow. Figure 2 shows a sample home directory structure.
According to the XDG Base Directory specification [3], configuration files should be located in $HOME/.config/
. However, not all developers stick to this, so the files are distributed all over the home directory. Mozilla, among others, sets a bad example here.
Tidying Up
Looking at the .bashrc
file example again, the file is usually located directly in the home directory. To manage it with Stow, move it to the dotfiles/
folder you previously created in the home directory. If you also want to manage the .bash_profile
and .bash-logout
files there, it makes sense to create a bash/
folder in dotfiles/
and move the three files there for better organization.
Then execute the command
cd ~/dotfiles && stow -v bash
to create the required symlinks (Figure 3). To see whether this worked, type
ls -la | grep "\->"
The command should show you the three symbolic links created by Stow. Using stow *
lets you work on multiple directories in a single action.
Stow creates links to the parent directory if not told to do something else (i.e., it typically uses its own home directory). If you want to link to another user's home directory, add the --target
(-t
) parameter. After changes to configuration files, use the --restow
or -R
parameter to reload them.
Freedom
If you enjoy working at the command line, you may have created several profiles for your preferred terminal emulation that define the font, its size, and the background color. For example, I maintain some Konsole profiles along with one Yakuake profile.
The files are located in .config/
and .config/share/
in the case of the Konsole. You therefore need to replicate the structure in dotfiles/
. Since there are several files to back up here, it makes sense to create a subfolder named konsole/
first and emulate the directory structure in it.
You can extend the directory structure as you like, for example, to store files containing private information separately or to sort files by subject. No matter how nested the structure is, as long as you run the stow
command from the correct directory at the end of the day, the tool will do the rest. If you treat all dotfiles to be backed up in this way, you will always have fast access to them.
Another possibility is to manage dotfiles with Git. This can be done manually in a few minutes or automatically using a script such as yadm (Yet Another Dotfile Manager) [4] (Figure 4). This also makes it possible to encrypt directories that are under version control, but that you do not want to be openly accessible on GitHub. GitHub dedicates a separate page to the dotfiles topic [5].
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.
-
The Gnome Foundation Struggling to Stay Afloat
The foundation behind the Gnome desktop environment is having to go through some serious belt-tightening due to continued financial problems.
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
-
Valve and Arch Linux Announce Collaboration
Valve and Arch have come together for two projects that will have a serious impact on the Linux distribution.
-
Hacker Successfully Runs Linux on a CPU from the Early ‘70s
From the office of "Look what I can do," Dmitry Grinberg was able to get Linux running on a processor that was created in 1971.