Delete config.sh

This commit is contained in:
Kulvir
2022-02-03 23:59:54 +05:30
committed by GitHub
parent 81dc4dc7d5
commit 07cf382ee0

View File

@@ -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