From 37dd456d38f941cb3e59049c892cde8521287110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 1 Dec 2019 22:43:12 +0000 Subject: [PATCH] You have to delete them first --- scripts/dotset.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/dotset.sh b/scripts/dotset.sh index 0547c97..bee7b5b 100755 --- a/scripts/dotset.sh +++ b/scripts/dotset.sh @@ -1,9 +1,16 @@ #!/bin/bash +### Before doing this oh-my-zsh and cmus should be installed + +# Rename the git repo so scripts point right mv ~/mdddots ~/.linux -# Before doing this cmus and oh-my-zsh should be installed +# Get rid of existing files +rm ~/.zshrc ~/.gitconfig ~./XCompose ~/.conkyrc +rm ~/.config/cmus/rc +rm ~/.oh-my-zsh/custom/aliases +# Symlink files from git repo ln -s ~/.linux/dots/.zshrc ~ ln -s ~/.linux/dots/aliases ~/.oh-my-zsh/custom ln -s ~/.linux/dots/.gitconfig ~