From 2c69636848c3c6e638c4f07863617e69f7f43f72 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Mon, 16 Mar 2015 07:01:03 +0100 Subject: [PATCH] better comments for the common configurator --- common/configure_fresh_system | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index e6a67b94..755c9c03 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -12,7 +12,7 @@ cd $DIR git submodule init git submodule update --recursive -#symbolic links +#configs ln -vfs "$DIR/.vim" ~/. ln -vfs "$DIR/.vimrc" ~/. ln -vfs "$DIR/.tmux.conf" ~/. @@ -24,6 +24,8 @@ ln -vfs "$DIR/.ghci" ~/. mkdir -p ~/.kde/share/config/ ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig + +# tools ln -vfs "$DIR/tools" ~/ # stuff that does not like symbolic links