Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
Showing only changes of commit 065a8377ad - Show all commits

View file

@ -14,7 +14,7 @@ _symlinkFiles() {
if [ -f ~/${file} ]; then
rm ~/${file}
fi
ln -s ~/dotfiles/${file}/ ~/${file}
ln -s ~/dotfiles/${file} ~/${file}
done;
}