From b9a83175c9e0a853690c53c9ca974de621eded13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 1 Dec 2019 13:57:46 +0000 Subject: [PATCH] =?UTF-8?q?Add=20zsh=20aliases=20=F0=9F=90=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/dotset.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/dotset.sh b/scripts/dotset.sh index a2f5556..0547c97 100755 --- a/scripts/dotset.sh +++ b/scripts/dotset.sh @@ -2,7 +2,10 @@ mv ~/mdddots ~/.linux +# Before doing this cmus and oh-my-zsh should be installed + ln -s ~/.linux/dots/.zshrc ~ +ln -s ~/.linux/dots/aliases ~/.oh-my-zsh/custom ln -s ~/.linux/dots/.gitconfig ~ ln -s ~/.linux/dots/.XCompose ~ ln -s ~/.linux/dots/.conkyrc ~