aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 823e8ca..fb6efd5 100755
--- a/setup.sh
+++ b/setup.sh
@@ -56,7 +56,19 @@ if [[ $REPLY =~ ^[Yy]$ ]]
then
echo "Installing configurations..."
git clone https://git.matejamaric.com/dotfiles /tmp/dotfiles
+
+ cp /tmp/dotfiles/.bash* $HOME
+ cp /tmp/dotfiles/.dir_colors $HOME
+
+ cp /tmp/dotfiles/.vimrc $HOME
+ cp /tmp/dotfiles/.Xdefaults $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
fi