diff options
Diffstat (limited to '.local/bin')
| -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 dd690da..722e606 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -21,6 +21,7 @@ $config add "$XDG_CONFIG_HOME/mimeapps.list" $config add "$XDG_CONFIG_HOME/pfetch_logos" $config add "$XDG_CONFIG_HOME/starship.toml" $config add "$XDG_CONFIG_HOME/user-dirs.dirs" +$config add "$XDG_CONFIG_HOME/Trolltech.conf" $config add "$HOME/.gtkrc-2.0" $config add "$HOME/.gnupg/gpg-agent.conf" $config add "$HOME/.gitconfig" |