aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-02-24 15:58:50 +0100
committerMateja <mail@matejamaric.com>2021-02-24 15:58:50 +0100
commit9c4ec61c0327dd5b42e448f663a1afdba726b5c2 (patch)
tree696c4c7a16dc97de2cd1eaf1889956173c8bc4d5
parent709af9e43b2a9da4612597f873e94c09323404e7 (diff)
parent3f95a8eda7739ffcfccd1fc4b9b2067329406e2d (diff)
downloadsetup-scripts-9c4ec61c0327dd5b42e448f663a1afdba726b5c2.tar.gz
setup-scripts-9c4ec61c0327dd5b42e448f663a1afdba726b5c2.zip
Merge branch 'master' of github.com:MatejaMaric/debian-setup
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 280ef81..59149fe 100755
--- a/setup.sh
+++ b/setup.sh
@@ -140,13 +140,13 @@ then
cp /tmp/dotfiles/.vimrc $HOME
cp /tmp/dotfiles/.Xdefaults $HOME
+ cp -r /tmp/dotfiles/.xprofile $HOME
cp -r /tmp/dotfiles/.xmonad $HOME
cp -r /tmp/dotfiles/.config $HOME
sed -i "s/your-user-name/$USER/" $HOME/.config/nvim/coc-settings.json
- [[ ! -d $HOME/stuff ]] && mkdir $HOME/stuff
- cp -r /tmp/dotfiles/scripts $HOME/stuff
+ cp -r /tmp/dotfiles/.local/bin $HOME/.local/
fi