aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-11 20:37:32 +0200
committerMateja <mail@matejamaric.com>2021-05-11 20:37:32 +0200
commitf4b0f60934713e4a951debb3ad913266028aefaf (patch)
treefaf40ba7a79bb60be607a54de24f4779496e0dca
parentb7547842421f36877c1e9c360c3213fd33c5f029 (diff)
downloadsetup-scripts-f4b0f60934713e4a951debb3ad913266028aefaf.tar.gz
setup-scripts-f4b0f60934713e4a951debb3ad913266028aefaf.zip
Copy additional configuration files.
-rwxr-xr-xsetup.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index cfc26a9..451baff 100755
--- a/setup.sh
+++ b/setup.sh
@@ -167,8 +167,13 @@ then
cp /tmp/dotfiles/.dir_colors $HOME
cp /tmp/dotfiles/.vimrc $HOME
+ cp /tmp/dotfiles/.tmux.conf $HOME
+ cp /tmp/dotfiles/.gnupg/gpg-agent.conf $HOME/.gnupg/
+
cp /tmp/dotfiles/.Xdefaults $HOME
- cp -r /tmp/dotfiles/.xprofile $HOME
+ cp /tmp/dotfiles/.xprofile $HOME
+ cp /tmp/dotfiles/.xinit $HOME
+
cp -r /tmp/dotfiles/.xmonad $HOME
cp -r /tmp/dotfiles/.config $HOME