Managed by git now.

This commit is contained in:
Julien Palard 2023-12-03 09:03:02 +01:00
parent 0c53827898
commit d300476f65
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 0 additions and 15 deletions

15
.bashrc
View File

@ -131,21 +131,6 @@ clean()
-print0 | xargs -0 rm -vfr
}
dotfiles()
{
local CLONE="$HOME/.config/dotfiles-repo/"
mkdir -p ~/.config/
if [ -d "$CLONE" ]
then
git -C "$CLONE" pull --ff-only
else
git clone -q https://github.com/JulienPalard/dotfiles.git "$CLONE"
fi
"$CLONE"/interactive_copy.py "$CLONE" ~/ --exclude README.md .git interactive_copy.py install.sh __pycache__
rm -f "$HOME/.git-prompt.sh"
wget -q -O "$HOME/.git-prompt.sh" https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
}
wyz()
{
curl https://wyz.fr/ -F"${1##*.}=@$1"