diff options
author | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:08:22 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:08:22 -0500 |
commit | 939d1082c8dd02a91620c10e2607d95c07fe4c60 (patch) | |
tree | b27b497ec8e5db1364732099433020c8e792c0a3 /.local/bin/dotfiles | |
parent | dbus/xdg proper configuration (diff) | |
download | dotfiles-arch-939d1082c8dd02a91620c10e2607d95c07fe4c60.tar.gz dotfiles-arch-939d1082c8dd02a91620c10e2607d95c07fe4c60.tar.bz2 dotfiles-arch-939d1082c8dd02a91620c10e2607d95c07fe4c60.zip |
add dbus files
Diffstat (limited to '.local/bin/dotfiles')
-rwxr-xr-x | .local/bin/dotfiles | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 51ee1bf..6bfc041 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -22,6 +22,7 @@ $config add "$HOME/.gitconfig" $config add "$HOME/.zshrc" $config add "$HOME/.zprofile" $config add "$HOME/.local/share/fonts" +$config add "$HOME/.local/share/dbus-1" $config add "$HOME/.local/bin/dotfiles" $config add "$HOME/.ssh/config" |