punktdateien/README.md

377 B

jstm's dotfiles

Installing

git clone https://git.staropensource.de/JeremyStarTM/punktdateien.git "$HOME/.dotfiles"
cd "$HOME/.dotfiles"
./install.sh

Updating

cd "$HOME/.dotfiles"
./uninstall.sh
git pull
./install.sh

Uninstalling

cd "$HOME/.dotfiles"
env REMOVE_REPOSITORIES=true ./uninstall.sh
cd "$HOME"
rm -rf "$HOME/.dotfiles"