From 31f7ff4525fd32af69f2f1bda5a0f7390f3a8be9 Mon Sep 17 00:00:00 2001 From: Mateja Date: Wed, 25 Nov 2020 23:43:22 +0100 Subject: Installing my configs. --- setup.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3