diff --git a/.gitignore b/.gitignore index 2113cf5..9c7b1b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ .config/fish/fish_variables .config/qt5ct/qt5ct.conf + +.config/xournalpp/ +!.config/xournalpp/toolbar.ini + +.config/autorandr/ +!.config/autorandr/postswitch + +.themes/dracula-pro diff --git a/README.org b/README.org index 0098d09..042003d 100644 --- a/README.org +++ b/README.org @@ -232,6 +232,8 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks. *** GNU Stow Ignore +Things to ignore when stowing dotfiles on system. + #+BEGIN_SRC text :tangle .stow-local-ignore \.git \.gitmodules @@ -244,9 +246,19 @@ LICENSE *** Git Ignore +Things to ignore in dotfiles git repo. + #+BEGIN_SRC gitignore :tangle .gitignore .config/fish/fish_variables .config/qt5ct/qt5ct.conf + +.config/xournalpp/ +!.config/xournalpp/toolbar.ini + +.config/autorandr/ +!.config/autorandr/postswitch + +.themes/dracula-pro #+END_SRC ** Create Symbolic Links with GNU Stow