Add stow
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
packages = with pkgs; [
|
||||
# thunar plugin to manager archives
|
||||
xfce.thunar-archive-plugin
|
||||
|
||||
# Stow, to manage my doom emacs configs
|
||||
stow
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
#+title: Stow managed files
|
||||
|
||||
* Why
|
||||
These dotfiles managed by stow as I tend to tinker with them from time to time and manage them with home-manager is not very practical as you would need to do switch everytime you do the change in order to apply it, but stow just creates symlinks to the files and I can easily have them in repo and use them as configs else where.
|
||||
|
||||
* How to
|
||||
#+begin_src bash
|
||||
stow --target=$HOME .
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user