@@ -1,10 +0,0 @@
#! /bin/bash
DOTFILES=(.bash_profile .gitconfig .gitignore)
#Remove old dotfiles and replace them
for dotfile in $(echo ${DOTFILES[*]});
do
rm ~/$(echo $dotfile)
ln -s ~/dotfiles/$(echo $dotfile) ~/$(echo $dotfile)
done
The note is not visible to the blocked user.